Skip to content

Commit

Permalink
fixed imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Thomas Elfreich committed Oct 19, 2020
1 parent af479df commit 2359520
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import App from './App';
import * as serviceWorker from './serviceWorker';
import { createBrowserHistory } from 'history';
import { CssBaseline } from '@material-ui/core';
import { BrowserRouter as Router} from 'react-router-dom';
import { BrowserRouter as Router } from 'react-router-dom';

export const history = createBrowserHistory({
basename: process.env.PUBLIC_URL
Expand Down

0 comments on commit 2359520

Please sign in to comment.