diff --git a/src-1/index.js b/src-1/index.js deleted file mode 100644 index d7591d894f82fb7597667c09f9f87fb01800f583..0000000000000000000000000000000000000000 --- a/src-1/index.js +++ /dev/null @@ -1,19 +0,0 @@ -import React from 'react'; -import ReactDOM from 'react-dom/client'; -import './index.css'; -import App from './App'; -import reportWebVitals from './reportWebVitals'; - -// Create a root React element and assign it to the root constant -const root = ReactDOM.createRoot(document.getElementById('root')); - -// Render the App component inside a React.StrictMode component -root.render( - <React.StrictMode> - <App /> - </React.StrictMode> -); - -// Report Web Vitals metrics to an analytics service -reportWebVitals(); -