Skip to content

Commit 6ef04c9

Browse files
committed
Tidy up
1 parent f4394a9 commit 6ef04c9

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

src/screens/CollectionPanel.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import {
22
Box,
3-
Button,
43
FormControl,
54
Grid2,
65
InputLabel,
@@ -9,12 +8,10 @@ import {
98
Stack,
109
TextField,
1110
Tooltip,
12-
Typography,
1311
} from "@mui/material";
1412
import { PvComponent } from "../pv/PvComponent";
1513
import React from "react";
1614
import { MapView, PumpProbeOptions } from "../components/CollectionComponents";
17-
import { submitAndRunPlanImmediately } from "../blueapi/blueapi";
1815
import { chipTypes, MapTypes, pumpProbeMode } from "../components/params";
1916
import { forceString } from "../pv/util";
2017
import { AbortButton, RunPlanButton } from "../blueapi/BlueapiComponents";

src/screens/DetectorMotion.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
import { Button, Stack, Box, useTheme } from "@mui/material";
1+
import { Stack, Box, useTheme } from "@mui/material";
22
import { RoPvBox } from "../pv/PvComponent";
3-
import { submitAndRunPlanImmediately } from "../blueapi/blueapi";
43
import { RunPlanButton } from "../blueapi/BlueapiComponents";
54

65
function DetectorState() {

0 commit comments

Comments
 (0)