Skip to content

Commit c4c562c

Browse files
committed
Fix visit
1 parent a47e7be commit c4c562c

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

src/screens/OavMover.tsx

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,8 @@ import { PvDescription } from "../pv/types";
3030
import { SelectionWithPlanRunner } from "../components/SelectionControl";
3131
import { BacklightPositions, ZoomLevels } from "../pv/enumPvValues";
3232
import oxfordChipDiagram from "../assets/Oxford Chip Diagram.excalidraw.svg";
33-
import {
34-
parseInstrumentSession,
35-
readVisitFromPv,
36-
RunPlanButton,
37-
} from "../blueapi/BlueapiComponents";
33+
import { RunPlanButton } from "../blueapi/BlueapiComponents";
34+
import { parseInstrumentSession, readVisitFromPv } from "../blueapi/visit";
3835

3936
const buttonStyle = {
4037
color: "white",

0 commit comments

Comments
 (0)