diff --git a/src/app/components/both-menu/BothMenu.tsx b/src/app/components/both-menu/BothMenu.tsx index e199b59..0ce297e 100644 --- a/src/app/components/both-menu/BothMenu.tsx +++ b/src/app/components/both-menu/BothMenu.tsx @@ -6,6 +6,8 @@ import AddIcon from '@material-ui/icons/Add'; import MoveToInboxIcon from '@material-ui/icons/MoveToInbox'; import CalendarTodayIcon from '@material-ui/icons/CalendarToday'; import ListAltIcon from '@material-ui/icons/ListAlt'; +import {NavLink} from 'react-router-dom'; +import {ROUTES} from '_consts/common'; type Props = { trigger: boolean; @@ -49,13 +51,17 @@ const BothMenu: React.FC = ({trigger}) => { edge="start" color="inherit" > - + + + - + + + = ({trigger}) => { edge="start" color="inherit" > - + + +