Skip to content

Commit

Permalink
remove unexpected use of extension js
Browse files Browse the repository at this point in the history
  • Loading branch information
haipham23 committed Jan 16, 2017
1 parent 7c888e8 commit 1671421
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/routes.js
Expand Up @@ -4,8 +4,8 @@ import { Route, IndexRoute } from 'react-router';
import App from './components/App';
import HomePage from './components/HomePage';
import FuelSavingsPage from './containers/FuelSavingsPage'; // eslint-disable-line import/no-named-as-default
import AboutPage from './components/AboutPage.js';
import NotFoundPage from './components/NotFoundPage.js';
import AboutPage from './components/AboutPage';
import NotFoundPage from './components/NotFoundPage';

export default (
<Route path="/" component={App}>
Expand Down

0 comments on commit 1671421

Please sign in to comment.