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