Initial Release
This commit is contained in:
5
frontend/src/main.jsx
Normal file
5
frontend/src/main.jsx
Normal file
@@ -0,0 +1,5 @@
|
||||
import React from "react";
|
||||
import { createRoot } from "react-dom/client";
|
||||
import App from "./App.jsx";
|
||||
|
||||
createRoot(document.getElementById("root")).render(<App />);
|
||||
Reference in New Issue
Block a user