aboutsummaryrefslogtreecommitdiff
path: root/src/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/index.js')
-rw-r--r--src/index.js20
1 files changed, 1 insertions, 19 deletions
diff --git a/src/index.js b/src/index.js
index c096aa7..e63e07e 100644
--- a/src/index.js
+++ b/src/index.js
@@ -1,24 +1,6 @@
-import React from 'react';
+// import React from 'react';
import ReactDOM from 'react-dom';
import "./styles/global.css"
import App from "./components/App";
ReactDOM.render(App(), document.getElementById("root"))
-
-
-// auto generated code
-// import './index.css';
-// import App from './App';
-// import reportWebVitals from './reportWebVitals';
-
-// ReactDOM.render(
-// <React.StrictMode>
-// <App />
-// </React.StrictMode>,
-// document.getElementById('root')
-// );
-
-// 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();