Skip to content
This repository was archived by the owner on Jul 19, 2019. It is now read-only.

Commit cc51006

Browse files
franxoistimdorr
authored andcommitted
Update ./module/routes.js (#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

+1-1
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)