diff --git a/frontend/src/components/Navbar.tsx b/frontend/src/components/Navbar.tsx index 361ff77..cd97038 100644 --- a/frontend/src/components/Navbar.tsx +++ b/frontend/src/components/Navbar.tsx @@ -1,8 +1,24 @@ +import { Button } from '@mui/material'; +import { Link } from 'react-router-dom'; + export default function Navbar() { return (
- + +
); }; diff --git a/frontend/src/main.tsx b/frontend/src/main.tsx index 56c3d62..153a444 100644 --- a/frontend/src/main.tsx +++ b/frontend/src/main.tsx @@ -8,11 +8,11 @@ import Navbar from './components/Navbar.tsx' createRoot(document.getElementById('root')!).render( - + } /> - } /> + } />