fix: update import in index.tsx
This commit is contained in:
@@ -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(
|
||||||
|
|||||||
Reference in New Issue
Block a user