Skip to content

Commit

Permalink
重复import模块
Browse files Browse the repository at this point in the history
重复import   react-dom模块
  • Loading branch information
LySnake committed Feb 28, 2017
1 parent e882d78 commit 25ab8bb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Ch07/react-redux-real-world-example.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ ReactDOM.render(
```javascript
import React from 'react';
import ReactDOM from 'react-dom';
import ReactDOM from 'react-dom';
import TodoHeaderContainer from '../../containers/TodoHeaderContainer';
import TodoListContainer from '../../containers/TodoListContainer';

Expand Down

0 comments on commit 25ab8bb

Please sign in to comment.