|
@@ -1,14 +1,13 @@
|
|
|
-import React from 'react';
|
|
|
|
|
-import ReactDOM from 'react-dom';
|
|
|
|
|
-import './index.css';
|
|
|
|
|
-import App from './App';
|
|
|
|
|
-import reportWebVitals from './reportWebVitals';
|
|
|
|
|
|
|
+import React from "react";
|
|
|
|
|
+import ReactDOM from "react-dom";
|
|
|
|
|
+import App from "./App";
|
|
|
|
|
+import reportWebVitals from "./reportWebVitals";
|
|
|
|
|
|
|
|
ReactDOM.render(
|
|
ReactDOM.render(
|
|
|
<React.StrictMode>
|
|
<React.StrictMode>
|
|
|
<App />
|
|
<App />
|
|
|
</React.StrictMode>,
|
|
</React.StrictMode>,
|
|
|
- document.getElementById('root')
|
|
|
|
|
|
|
+ document.getElementById("root")
|
|
|
);
|
|
);
|
|
|
|
|
|
|
|
// If you want to start measuring performance in your app, pass a function
|
|
// If you want to start measuring performance in your app, pass a function
|