Skip to content

Commit 971c575

Browse files
authored
Merge pull request #82 from DiamondLightSource/organise_oavmover
Organised oavmover into separate files based on purpose
2 parents 0824b5a + d84f15d commit 971c575

File tree

8 files changed

+464
-467
lines changed

8 files changed

+464
-467
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 {

0 commit comments

Comments
 (0)