Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
d-perl committed Dec 3, 2024
1 parent 4b09daa commit 1ab878f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/screens/DetectorMotion.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Box, Button, Stack, TextField, useTheme } from "@mui/material";
import { Box, Button, Stack, useTheme } from "@mui/material";
import { PvComponent, PvDescription, PvItem } from "../pv/PvComponent";
import { forceString } from "../pv/util";
import { submitAndRunPlanImmediately } from "../blueapi/blueapi";
Expand Down Expand Up @@ -27,9 +27,7 @@ export function DetectorMotionTabPanel() {
<RoPvBox label="Detector stage position" pv="ca://BL24I-EA-DET-01:Y" />
<Stack direction={"row"}>
<Button
onClick={() =>
submitAndRunPlanImmediately("gui_move_detector", { det: "eiger" })
}
onClick={() => submitAndRunPlanImmediately("gui_move_detector", { det: "eiger" })}
>
Move to Eiger!
</Button>
Expand Down

0 comments on commit 1ab878f

Please sign in to comment.