Skip to content

Commit

Permalink
remove imports unnecessary of react-router
Browse files Browse the repository at this point in the history
  • Loading branch information
carloscuatin committed Feb 24, 2016
1 parent 061743a commit c912fcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import React from 'react';
import App from '../shared/container/App';
import PostListView from '../shared/container/PostListView/PostListView';
import PostDetailView from '../shared/container/PostDetailView/PostDetailView';
import { Router, browserHistory, Route, IndexRoute, match } from 'react-router';
import { Router, browserHistory } from 'react-router';
import routes from '../shared/routes';

const store = configureStore(window.__INITIAL_STATE__);
Expand Down

0 comments on commit c912fcc

Please sign in to comment.