We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90c842e commit 05428efCopy full SHA for 05428ef
src/components/dashboard/MainMenu.tsx
@@ -4,7 +4,7 @@ import Tab from '@mui/material/Tab';
4
import Box from '@mui/material/Box';
5
import { useNavigate, useLocation } from 'react-router-dom';
6
import { Paper, Button, useTheme, Modal, Typography, Stack, Divider } from "@mui/material";
7
-import { AutoAwesome, FormatListBulleted, VpnKey, Usb, CloudQueue, Description, Favorite, SlowMotionVideo, PlayArrow } from "@mui/icons-material";
+import { AutoAwesome, VpnKey, Usb, CloudQueue, Description, Favorite, SlowMotionVideo, PlayArrow } from "@mui/icons-material";
8
import { useTranslation } from 'react-i18next';
9
import { useGlobalInfoStore } from "../../context/globalInfo";
10
0 commit comments