diff --git a/src/app/components/both-menu/BothMenu.tsx b/src/app/components/both-menu/BothMenu.tsx index d2ee15f..b0913c2 100644 --- a/src/app/components/both-menu/BothMenu.tsx +++ b/src/app/components/both-menu/BothMenu.tsx @@ -5,6 +5,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'; const useStyles = makeStyles((theme: Theme) => createStyles({ @@ -48,13 +50,17 @@ const BothMenu: React.FC = ({trigger}) => { edge="start" color="inherit" > - + + + - + + + = ({trigger}) => { edge="start" color="inherit" > - + + +