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