diff options
Diffstat (limited to 'src/main.tsx')
-rw-r--r-- | src/main.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.tsx b/src/main.tsx index 7404467..8191a98 100644 --- a/src/main.tsx +++ b/src/main.tsx @@ -1,4 +1,5 @@ import ReactDOM from "react-dom/client"; import { App } from "./App.tsx"; import "./css/style.css"; + ReactDOM.createRoot(document.getElementById("root")!).render(<App />); |