Skip to content

Commit 69b0d0a

Browse files
author
Tamoor Shahid
committed
Moved files into new folder
1 parent 7299061 commit 69b0d0a

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

src/routes/BeamlineI24.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { Box, Tab, Tabs, useTheme } from "@mui/material";
22
import { BeamlineStatsTabPanel } from "../screens/BeamlineStats";
33
import { DetectorMotionTabPanel } from "../screens/DetectorMotion";
4-
import { OavMover } from "../screens/OavMover";
4+
import { OavMover } from "../screens/OavMover/OavMover";
55
import React from "react";
66

77
interface TabPanelProps {
File renamed without changes.

src/screens/OavMover.tsx renamed to src/screens/OavMover/OavMover.tsx

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import {
1212
useTheme,
1313
Drawer,
1414
} from "@mui/material";
15-
import { OavVideoStream } from "../components/OavVideoStream";
15+
import { OavVideoStream } from "../../components/OavVideoStream";
1616
import {
1717
ArrowBackRounded,
1818
ArrowDownwardRounded,
@@ -24,14 +24,14 @@ import {
2424
import { useState } from "react";
2525

2626
import React from "react";
27-
import { submitAndRunPlanImmediately } from "../blueapi/blueapi";
28-
import { CoordNumberInput } from "../components/CoordNumberInput";
29-
import { PvDescription } from "../pv/types";
30-
import { SelectionWithPlanRunner } from "../components/SelectionControl";
31-
import { BacklightPositions, ZoomLevels } from "../pv/enumPvValues";
32-
import oxfordChipDiagram from "../assets/Oxford Chip Diagram.excalidraw.svg";
33-
import { RunPlanButton } from "../blueapi/BlueapiComponents";
34-
import { parseInstrumentSession, readVisitFromPv } from "../blueapi/visit";
27+
import { submitAndRunPlanImmediately } from "../../blueapi/blueapi";
28+
import { CoordNumberInput } from "../../components/CoordNumberInput";
29+
import { PvDescription } from "../../pv/types";
30+
import { SelectionWithPlanRunner } from "../../components/SelectionControl";
31+
import { BacklightPositions, ZoomLevels } from "../../pv/enumPvValues";
32+
import oxfordChipDiagram from "../../assets/Oxford Chip Diagram.excalidraw.svg";
33+
import { RunPlanButton } from "../../blueapi/BlueapiComponents";
34+
import { parseInstrumentSession, readVisitFromPv } from "../../blueapi/visit";
3535

3636
const buttonStyle = {
3737
color: "white",

0 commit comments

Comments
 (0)