Created the main.jsx
This commit is contained in:
parent
b9f4e36cc0
commit
01ece6195f
8
client/src/main.jsx
Normal file
8
client/src/main.jsx
Normal file
@ -0,0 +1,8 @@
|
||||
import React from "react";
|
||||
import ReactDOM from "react-dom/client";
|
||||
|
||||
ReactDOM.createRoot(document.getElementById('root')).render(
|
||||
<React.StrictMode>
|
||||
|
||||
</React.StrictMode>,
|
||||
)
|
Loading…
x
Reference in New Issue
Block a user