diff --git a/src/main.jsx b/src/main.jsx new file mode 100644 index 0000000..f926967 --- /dev/null +++ b/src/main.jsx @@ -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( + + + , +); \ No newline at end of file