We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent e898215 commit b264b8dCopy full SHA for b264b8d
packages/react-scripts/template/src/index.js
@@ -1,8 +1,8 @@
1
import React from 'react';
2
import ReactDOM from 'react-dom';
3
+import './index.css';
4
import App from './App';
5
import registerServiceWorker from './registerServiceWorker';
-import './index.css';
6
7
ReactDOM.render(<App />, document.getElementById('root'));
8
registerServiceWorker();
0 commit comments