diff --git a/src/components/AppBar.tsx b/src/components/AppBar.tsx index d6871fd4e..a26bd4ff4 100644 --- a/src/components/AppBar.tsx +++ b/src/components/AppBar.tsx @@ -15,9 +15,8 @@ export const AppBar: React.FC = () => { const [isOpen, setIsOpen] = useState(false); return (