From 69ee4206074d53d9c815ca35a15dcd2db1003813 Mon Sep 17 00:00:00 2001 From: Antonio Quattromini Date: Wed, 14 Feb 2024 18:28:58 +0000 Subject: [PATCH] Delete 'src/index.js' unecessary file --- src/index.js | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 src/index.js diff --git a/src/index.js b/src/index.js deleted file mode 100644 index d563c0f..0000000 --- a/src/index.js +++ /dev/null @@ -1,17 +0,0 @@ -import React from 'react'; -import ReactDOM from 'react-dom/client'; -import './index.css'; -import App from './App'; -import reportWebVitals from './reportWebVitals'; - -const root = ReactDOM.createRoot(document.getElementById('root')); -root.render( - - - -); - -// If you want to start measuring performance in your app, pass a function -// to log results (for example: reportWebVitals(console.log)) -// or send to an analytics endpoint. Learn more: https://bit.ly/CRA-vitals -reportWebVitals();