diff --git a/client/src/main.jsx b/client/src/main.jsx new file mode 100644 index 0000000..6e6e5f5 --- /dev/null +++ b/client/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