diff --git a/src/App.tsx b/src/App.tsx index 4a9a671..27ef7e2 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -36,12 +36,12 @@ const App: React.FC = () => { {/* Public only routes */} { !isAuth && [ - + { setIsAuth(true) }} /> , - + ] }