Fix imports order

This commit is contained in:
Hazem Krimi
2021-04-07 22:04:35 +01:00
parent 6e4e9d9f4f
commit 56c33ac977
+3 -3
View File
@@ -1,10 +1,10 @@
import React from 'react'; import React from 'react';
import ReactDOM from 'react-dom'; import ReactDOM from 'react-dom';
import { ThemeProvider } from 'styled-components';
import { BrowserRouter } from 'react-router-dom';
import { theme } from './themes';
import App from './App'; import App from './App';
import reportWebVitals from './reportWebVitals'; import reportWebVitals from './reportWebVitals';
import { ThemeProvider } from 'styled-components';
import { theme } from './themes';
import { BrowserRouter } from 'react-router-dom';
ReactDOM.render( ReactDOM.render(
<React.StrictMode> <React.StrictMode>