Upgraded to vite
This commit is contained in:
parent
d46be86f68
commit
70d8644ead
8 changed files with 541 additions and 24739 deletions
|
@ -1,7 +0,0 @@
|
|||
import { createRoot } from "react-dom/client";
|
||||
import Dashboard from "./Dashboard.jsx";
|
||||
|
||||
const appRoot = document.getElementById("root");
|
||||
const root = createRoot(appRoot);
|
||||
|
||||
root.render(<Dashboard />);
|
Loading…
Add table
Add a link
Reference in a new issue