From 686cddf20bf077b77d56416e7a3ece43f9b1ffd5 Mon Sep 17 00:00:00 2001 From: 223880 Date: Mon, 18 Nov 2024 11:01:51 -0300 Subject: [PATCH] Fix app --- App.tsx | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/App.tsx b/App.tsx index f2619f54..0fffc24d 100644 --- a/App.tsx +++ b/App.tsx @@ -19,19 +19,16 @@ function App(): React.JSX.Element { - + + + + + + + - - - - - - - - ); } - export default App;