diff --git a/src/App/BottomPanel/BottomPanel.tsx b/src/App/BottomPanel/BottomPanel.tsx index 51dcd81..ad1cd93 100644 --- a/src/App/BottomPanel/BottomPanel.tsx +++ b/src/App/BottomPanel/BottomPanel.tsx @@ -4,7 +4,7 @@ import { TraceableError } from "../../statecharts/parser"; import "./BottomPanel.css"; import { PersistentDetailsLocalStorage } from "../PersistentDetails"; -import { Logo } from "@/Logo/Logo"; +import { Logo } from "@/App/Logo/Logo"; export function BottomPanel(props: {errors: TraceableError[]}) { const [greeting, setGreeting] = useState( diff --git a/src/Logo/Logo.tsx b/src/App/Logo/Logo.tsx similarity index 100% rename from src/Logo/Logo.tsx rename to src/App/Logo/Logo.tsx diff --git a/src/App/Modals/About.tsx b/src/App/Modals/About.tsx index b270b8e..cd0605b 100644 --- a/src/App/Modals/About.tsx +++ b/src/App/Modals/About.tsx @@ -1,4 +1,4 @@ -import { Logo } from "@/Logo/Logo"; +import { Logo } from "@/App/Logo/Logo"; import { Dispatch, ReactElement, SetStateAction } from "react"; export function About(props: {setModal: Dispatch>}) { diff --git a/src/App/Modals/TextDialog.tsx b/src/App/Modals/TextDialog.tsx index a478877..6ab731b 100644 --- a/src/App/Modals/TextDialog.tsx +++ b/src/App/Modals/TextDialog.tsx @@ -29,12 +29,14 @@ export function TextDialog(props: {setModal: Dispatch - Text label:
+ {/* Text label:
*/}