Skip to content

Commit 0a1ec4d

Browse files
committed
Remove unused imports
1 parent c4c562c commit 0a1ec4d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/components/Extruder/CollectionSetupEx.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Box, Button, Grid2, Stack } from "@mui/material";
1+
import { Box, Grid2, Stack } from "@mui/material";
22
import React from "react";
33
import { ParameterInput } from "../ParameterInputs";
44
import {
@@ -7,7 +7,6 @@ import {
77
PumpProbeSetup,
88
} from "./PumpProbeSelection";
99
import { AbortButton, RunPlanButton } from "../../blueapi/BlueapiComponents";
10-
import { DetailsRounded } from "@mui/icons-material";
1110

1211
/**Main collection input window for the extruderpanel. */
1312
export function CollectionSetupEx() {

0 commit comments

Comments
 (0)