Skip to content

Commit

Permalink
Merge pull request #356 from haipham23/master
Browse files Browse the repository at this point in the history
remove unexpected use of extension js
  • Loading branch information
coryhouse committed Jan 16, 2017
2 parents 7c888e8 + 1671421 commit 9686f3d
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 9686f3d

Please sign in to comment.