Skip to content

Commit

Permalink
Revert "Formatting check"
Browse files Browse the repository at this point in the history
This reverts commit 499108d.
  • Loading branch information
Justin Campbell committed Oct 16, 2020
1 parent 8d1bd3a commit fc12499
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 fc12499

Please sign in to comment.