Skip to content

Commit a938da0

Browse files
committed
Code cleanup
1 parent d007dd7 commit a938da0

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

src/index.js

-18
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
// import React from 'react';
2-
// import ReactDOM from 'react-dom/client';
31
import './index.css';
42
import App from './App';
53
import reportWebVitals from './reportWebVitals';
@@ -9,20 +7,4 @@ const container = document.getElementById('root');
97
const root = createRoot(container);
108
root.render(<App />);
119

12-
// ReactDOM.render(
13-
// <React.StrictMode>
14-
// <App />
15-
// </React.StrictMode>,
16-
// document.getElementById('root')
17-
// );
18-
19-
// root.render(
20-
// <React.StrictMode>
21-
// <App />
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
2810
reportWebVitals();

0 commit comments

Comments
 (0)