fix broken imports

This commit is contained in:
Joeri Exelmans 2025-10-25 23:31:36 +02:00
parent 30fa1aaca1
commit 400efff3a1
2 changed files with 6 additions and 6 deletions

View file

@ -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,

View file

@ -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<SetStateAction<ReactElement|null>>}) {
return <div style={{maxWidth: '500px', padding: 4}}>