From db693ab4000405f5b02e71dfaf78efe6884b775b Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Mon, 26 Sep 2022 20:00:09 +0530 Subject: First Commit --- src/index.js | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/index.js') diff --git a/src/index.js b/src/index.js index d563c0f..593edf1 100644 --- a/src/index.js +++ b/src/index.js @@ -1,8 +1,6 @@ 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( @@ -10,8 +8,3 @@ 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(); -- cgit v1.2.3