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 ; } }