From 76ae8efcd26b50c6d8a62d7bc3b41b66feeb0cd6 Mon Sep 17 00:00:00 2001 From: Masoud Fallahpourbaee Date: Fri, 13 Oct 2023 14:47:35 +0200 Subject: [PATCH] Reformat App.tsx --- TestApp/App.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/TestApp/App.tsx b/TestApp/App.tsx index d02185b0..28835b1e 100644 --- a/TestApp/App.tsx +++ b/TestApp/App.tsx @@ -23,7 +23,10 @@ const AppStack = () => { options={{title: 'Klarna MSDK TestApp'}} /> - + ); };