From af629c8260f88519fe618bdadb60d2d25e463f6c Mon Sep 17 00:00:00 2001 From: Ole Morud Date: Mon, 22 Aug 2022 13:56:57 +0200 Subject: [PATCH] fix: update import in index.tsx --- src/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.tsx b/src/index.tsx index fed4bbb..c7fc1ac 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -3,7 +3,7 @@ import ReactDOM from "react-dom/client" import "./index.css" import Board from "./components/Board" import reportWebVitals from "./reportWebVitals" -import InstructionMenu from "./InstructionMenu" +import InstructionMenu from "./components/InstructionMenu" const root = ReactDOM.createRoot(document.getElementById("root") as HTMLElement) root.render(