Skip to content

Commit 6c75526

Browse files
author
Tamoor Shahid
committed
Fixed PR
1 parent aa00f06 commit 6c75526

File tree

2 files changed

+1
-41
lines changed

2 files changed

+1
-41
lines changed

src/blueapi/BlueapiComponents.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import {
88
Tooltip,
99
Typography,
1010
} from "@mui/material";
11-
import { parseInstrumentSession, readVisitFromPv } from "./BlueapiHelpers";
11+
import { parseInstrumentSession, readVisitFromPv } from "./visit";
1212

1313
type SeverityLevel = "success" | "info" | "warning" | "error";
1414
type VariantChoice = "outlined" | "contained";
@@ -165,4 +165,3 @@ export function AbortButton() {
165165
</div>
166166
);
167167
}
168-
export { parseInstrumentSession, readVisitFromPv };

src/blueapi/BlueapiHelpers.ts

Lines changed: 0 additions & 39 deletions
This file was deleted.

0 commit comments

Comments
 (0)