Skip to content

Commit cc51006

Browse files
franxoistimdorr
authored andcommitted
Update ./module/routes.js (reactjs#165)
Removed unnecessaries imports Router and browserHistory
1 parent 2d08680 commit cc51006

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lessons/14-whats-next/modules/routes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React from 'react'
2-
import { Router, Route, browserHistory, IndexRoute } from 'react-router'
2+
import { Route, IndexRoute } from 'react-router'
33
import App from './App'
44
import About from './About'
55
import Repos from './Repos'

0 commit comments

Comments
 (0)