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