Skip to content

Commit

Permalink
remove random imports
Browse files Browse the repository at this point in the history
  • Loading branch information
heatherlogan-scottlogic committed Oct 23, 2023
1 parent 274a1d7 commit b226383
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ import { OVERLAY_TYPE } from "./models/overlay";
import OverlayWelcome from "./components/Overlay/OverlayWelcome";
import MissionInformation from "./components/Overlay/MissionInformation";
import HandbookOverlay from "./components/HandbookOverlay/HandbookOverlay";
import { c, s } from "vitest/dist/reporters-5f784f42";

function App({ isNewUser }: { isNewUser: boolean }) {
const [MainBodyKey, setMainBodyKey] = useState<number>(0);
Expand Down

0 comments on commit b226383

Please sign in to comment.