Removed Unused Imports
This commit is contained in:
parent
059eda8b01
commit
6dc4d0b7fd
@ -1,6 +1,5 @@
|
||||
////////// PROJECT FILE SEPARATION LINE ////////// CODE AFTER THIS LINE ARE FROM: <ProjectRoot>/Data/WebUI/src/Dialogs.jsx
|
||||
|
||||
import React from "react";
|
||||
import {
|
||||
Dialog,
|
||||
DialogTitle,
|
||||
|
@ -17,22 +17,13 @@ import {
|
||||
MenuItem,
|
||||
MenuList,
|
||||
Slider,
|
||||
Box,
|
||||
Drawer,
|
||||
IconButton,
|
||||
Typography
|
||||
Box
|
||||
} from "@mui/material";
|
||||
|
||||
import {
|
||||
Polyline as PolylineIcon,
|
||||
DeleteForever as DeleteForeverIcon,
|
||||
DoubleArrow as DoubleArrowIcon,
|
||||
LinearScale as LinearScaleIcon,
|
||||
Timeline as TimelineIcon,
|
||||
FormatColorFill as FormatColorFillIcon,
|
||||
ArrowRight as ArrowRightIcon,
|
||||
Edit as EditIcon,
|
||||
Settings as SettingsIcon
|
||||
Edit as EditIcon
|
||||
} from "@mui/icons-material";
|
||||
|
||||
import {
|
||||
|
@ -8,7 +8,6 @@ import {
|
||||
Button,
|
||||
Tooltip,
|
||||
Typography,
|
||||
IconButton,
|
||||
Box
|
||||
} from "@mui/material";
|
||||
import {
|
||||
|
Loading…
x
Reference in New Issue
Block a user