diff --git a/src/styles/index.js b/src/styles/index.js deleted file mode 100644 index 01bbdf0..0000000 --- a/src/styles/index.js +++ /dev/null @@ -1,11 +0,0 @@ -import React from 'react'; -import ReactDOM from 'react-dom/client'; -import App from './App'; - -const root = ReactDOM.createRoot(document.getElementById('root')); -root.render( - - - , - document.getElementById('root') -);