We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e882d78 commit 25ab8bbCopy full SHA for 25ab8bb
Ch07/react-redux-real-world-example.md
@@ -81,7 +81,6 @@ ReactDOM.render(
81
```javascript
82
import React from 'react';
83
import ReactDOM from 'react-dom';
84
-import ReactDOM from 'react-dom';
85
import TodoHeaderContainer from '../../containers/TodoHeaderContainer';
86
import TodoListContainer from '../../containers/TodoListContainer';
87
0 commit comments