We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d007dd7 commit a938da0Copy full SHA for a938da0
src/index.js
@@ -1,5 +1,3 @@
1
-// import React from 'react';
2
-// import ReactDOM from 'react-dom/client';
3
import './index.css';
4
import App from './App';
5
import reportWebVitals from './reportWebVitals';
@@ -9,20 +7,4 @@ const container = document.getElementById('root');
9
7
const root = createRoot(container);
10
8
root.render(<App />);
11
12
-// ReactDOM.render(
13
-// <React.StrictMode>
14
-// <App />
15
-// </React.StrictMode>,
16
-// document.getElementById('root')
17
-// );
18
-
19
-// root.render(
20
21
22
-// </React.StrictMode>
23
24
25
-// If you want to start measuring performance in your app, pass a function
26
-// to log results (for example: reportWebVitals(console.log))
27
-// or send to an analytics endpoint. Learn more: https://bit.ly/CRA-vitals
28
reportWebVitals();
0 commit comments