diff --git a/src/main.jsx b/src/main.jsx index 54b39dd..e69de29 100644 --- a/src/main.jsx +++ b/src/main.jsx @@ -1,10 +0,0 @@ -import React from 'react' -import ReactDOM from 'react-dom/client' -import App from './App.jsx' -import './index.css' - -ReactDOM.createRoot(document.getElementById('root')).render( - - - , -)