fix: update import in index.tsx

This commit is contained in:
Ole Morud
2022-08-22 13:56:57 +02:00
parent ef0291f382
commit af629c8260

View File

@@ -3,7 +3,7 @@ import ReactDOM from "react-dom/client"
import "./index.css" import "./index.css"
import Board from "./components/Board" import Board from "./components/Board"
import reportWebVitals from "./reportWebVitals" import reportWebVitals from "./reportWebVitals"
import InstructionMenu from "./InstructionMenu" import InstructionMenu from "./components/InstructionMenu"
const root = ReactDOM.createRoot(document.getElementById("root") as HTMLElement) const root = ReactDOM.createRoot(document.getElementById("root") as HTMLElement)
root.render( root.render(