From 5296f27ed0b24c8ecd088c219c58f23ae8da76da Mon Sep 17 00:00:00 2001 From: Alie Date: Thu, 12 Dec 2024 12:58:45 +0100 Subject: [PATCH] remove uneeded tags --- src/App.tsx | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 4b4631c..c13906a 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -11,20 +11,14 @@ function App() { if (token) { return ( - <> - - + ); } else { - return ( - <> - - - ); + return ; } }