Skip to content

Commit 369ef5b

Browse files
committed
Remove unused imports
Fixes reactjs#92
1 parent d539bf5 commit 369ef5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lessons/13-server-rendering/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ into it.
8787
```js
8888
// modules/routes.js
8989
import React from 'react'
90-
import { Router, Route, browserHistory, IndexRoute } from 'react-router'
90+
import { Route, IndexRoute } from 'react-router'
9191
import App from './App'
9292
import About from './About'
9393
import Repos from './Repos'

0 commit comments

Comments
 (0)