🏗️ Refactoring Navbar to read from zustand store
This commit is contained in:
@@ -46,7 +46,7 @@ export const App = (): ReactElement => {
|
||||
// });
|
||||
// }
|
||||
// }, []);
|
||||
return <>{/* The rest of your application */}</>;
|
||||
return <>{/* <Navbar /> */}</>;
|
||||
};
|
||||
|
||||
export default App;
|
||||
|
||||
Reference in New Issue
Block a user