diff --git a/src/components/Drawer/Drawer.tsx b/src/components/Drawer/Drawer.tsx index 2e545cd..0296088 100644 --- a/src/components/Drawer/Drawer.tsx +++ b/src/components/Drawer/Drawer.tsx @@ -11,6 +11,7 @@ import ListItemText from '@mui/material/ListItemText'; import InboxIcon from '@mui/icons-material/MoveToInbox'; import MailIcon from '@mui/icons-material/Mail'; import CloseIcon from '@mui/icons-material/Close'; +import { isMobile } from '../../App'; export const DrawerComponent = ({open, setOpen, children}) => { const toggleDrawer = (newOpen: boolean) => () => { @@ -21,7 +22,7 @@ export const DrawerComponent = ({open, setOpen, children}) => { return (