Skip to content

Commit 05428ef

Browse files
committed
fix: remove unused import
1 parent 90c842e commit 05428ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/dashboard/MainMenu.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import Tab from '@mui/material/Tab';
44
import Box from '@mui/material/Box';
55
import { useNavigate, useLocation } from 'react-router-dom';
66
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";
7+
import { AutoAwesome, VpnKey, Usb, CloudQueue, Description, Favorite, SlowMotionVideo, PlayArrow } from "@mui/icons-material";
88
import { useTranslation } from 'react-i18next';
99
import { useGlobalInfoStore } from "../../context/globalInfo";
1010

0 commit comments

Comments
 (0)