From 499133acf250b1f41e4e3d683c82aca58ed7b1ef Mon Sep 17 00:00:00 2001 From: Asgher Merchant <amerc004@gold.ac.uk> Date: Wed, 4 Jan 2023 18:25:29 +0000 Subject: [PATCH] Delete index.js --- src-1/index.js | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 src-1/index.js diff --git a/src-1/index.js b/src-1/index.js deleted file mode 100644 index d7591d8..0000000 --- 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(); - -- GitLab