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 (