diff --git a/src/App/App.tsx b/src/App/App.tsx index 73fec05..b4bd334 100644 --- a/src/App/App.tsx +++ b/src/App/App.tsx @@ -15,13 +15,13 @@ import { getKeyHandler } from "./shortcut_handler"; import { BottomPanel } from "./BottomPanel"; import { emptyState } from "@/statecharts/concrete_syntax"; import { PersistentDetails } from "./PersistentDetails"; -import { DigitalWatchPlant } from "@/Plant/DigitalWatch/DigitalWatch"; -import { DummyPlant } from "@/Plant/Dummy/Dummy"; -import { Plant } from "@/Plant/Plant"; -import { usePersistentState } from "@/App/persistent_state"; +import { DigitalWatchPlant } from "./Plant/DigitalWatch/DigitalWatch"; +import { DummyPlant } from "./Plant/Dummy/Dummy"; +import { Plant } from "./Plant/Plant"; +import { usePersistentState } from "./persistent_state"; import { RTHistory } from "./RTHistory"; import { detectConnections } from "@/statecharts/detect_connections"; -import { MicrowavePlant } from "@/Plant/Microwave/Microwave"; +import { MicrowavePlant } from "./Plant/Microwave/Microwave"; export type EditHistory = { current: VisualEditorState, diff --git a/src/App/Modals/About.tsx b/src/App/Modals/About.tsx index 968ebbb..9595c81 100644 --- a/src/App/Modals/About.tsx +++ b/src/App/Modals/About.tsx @@ -1,5 +1,5 @@ import { Dispatch, ReactElement, SetStateAction } from "react"; -import logo from "../../artwork/logo-playful.svg"; +import logo from "../../../artwork/logo-playful.svg"; export function About(props: {setModal: Dispatch>}) { return