🏗️ Refactoring Navbar to read from zustand store

This commit is contained in:
2023-11-07 13:41:44 -06:00
parent 74a9c4bdb0
commit 580307a39b
4 changed files with 167 additions and 5 deletions

View File

@@ -46,7 +46,7 @@ export const App = (): ReactElement => {
// });
// }
// }, []);
return <>{/* The rest of your application */}</>;
return <>{/* <Navbar /> */}</>;
};
export default App;