Replit Commit
This commit is contained in:
commit
f49f965a42
41 changed files with 32720 additions and 0 deletions
7
src/index.js
Normal file
7
src/index.js
Normal file
|
@ -0,0 +1,7 @@
|
|||
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