Remove unused icons from SideBar component
parent
0e5b69235c
commit
b8019e62ef
|
@ -8,13 +8,6 @@ import ChevronLeftIcon from "@mui/icons-material/ChevronLeft";
|
|||
import ChevronRightIcon from "@mui/icons-material/ChevronRight";
|
||||
import { useNavigate } from "react-router-dom";
|
||||
import { drawerWidth } from "./constants";
|
||||
import {
|
||||
SettingsOutlined,
|
||||
HelpOutlineOutlined,
|
||||
PollOutlined,
|
||||
DashboardOutlined,
|
||||
TuneOutlined
|
||||
} from "@mui/icons-material";
|
||||
import MenuItem from "./MenuItem";
|
||||
import { useTranslation } from "react-i18next";
|
||||
import { menu } from "./constants";
|
||||
|
|
Loading…
Reference in New Issue