File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -14,20 +14,16 @@ import ListItem from "@mui/material/ListItem";
14
14
import ListItemButton from "@mui/material/ListItemButton" ;
15
15
import ListItemIcon from "@mui/material/ListItemIcon" ;
16
16
import ListItemText from "@mui/material/ListItemText" ;
17
- import InboxIcon from "@mui/icons-material/MoveToInbox" ;
18
- import SendIcon from "@mui/icons-material/Send" ;
19
17
import { Link , useForm } from "@inertiajs/react" ;
20
18
import ExpandLess from "@mui/icons-material/ExpandLess" ;
21
19
import ExpandMore from "@mui/icons-material/ExpandMore" ;
22
20
import SettingsApplicationsSharpIcon from "@mui/icons-material/SettingsApplicationsSharp" ;
23
21
import DashboardSharpIcon from "@mui/icons-material/DashboardSharp" ;
24
- import PersonSharpIcon from "@mui/icons-material/PersonSharp" ;
25
22
import InventorySharpIcon from "@mui/icons-material/InventorySharp" ;
26
23
import QrCodeIcon from "@mui/icons-material/QrCode" ;
27
24
import QrCodeScannerIcon from "@mui/icons-material/QrCodeScanner" ;
28
25
import PostAddIcon from "@mui/icons-material/PostAdd" ;
29
26
import ExpandMoreSharpIcon from "@mui/icons-material/ExpandMoreSharp" ;
30
- import WidgetsIcon from "@mui/icons-material/Widgets" ;
31
27
import CategoryIcon from "@mui/icons-material/Category" ;
32
28
import {
33
29
Avatar ,
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ import ShippingCard from "@/Components/Card";
2
2
import MainLayout from "@/Layouts/MainLayout" ;
3
3
import { Card , Paper , Typography } from "@mui/material" ;
4
4
import React from "react" ;
5
- import ProductionQuantityLimitsSharpIcon from "@mui/icons-material/ProductionQuantityLimitsSharp" ;
6
5
import MUIDataTable from "mui-datatables" ;
7
6
import StackBars from "@/Components/StackBar" ;
8
7
import BasicPie from "@/Components/BasicPie" ;
@@ -13,7 +12,6 @@ import EastIcon from "@mui/icons-material/East";
13
12
import PersonOutlineIcon from "@mui/icons-material/PersonOutline" ;
14
13
import CategoryIcon from "@mui/icons-material/Category" ;
15
14
import HomeRepairServiceIcon from "@mui/icons-material/HomeRepairService" ;
16
-
17
15
import { Link } from "@inertiajs/react" ;
18
16
19
17
export default function Index ( { auth, mustVerifyEmail, status, users } ) {
You can’t perform that action at this time.
0 commit comments