commented navbar

This commit is contained in:
Simon CATANESE 2024-04-04 10:37:11 +02:00
parent e321927283
commit d33e9b29ba

View File

@ -8,7 +8,7 @@ import Navbar from "./components/nav/Navbar";
const App = () => ( const App = () => (
<Authenticated> <Authenticated>
<Router /> <Router />
<Navbar></Navbar> {/* <Navbar></Navbar> */}
</Authenticated> </Authenticated>
); );