Skip to content

Commit

Permalink
Remove unnecessary import from hooks docs (#1258)
Browse files Browse the repository at this point in the history
  • Loading branch information
janhesters authored and timdorr committed Apr 24, 2019
1 parent 67944a3 commit 9803028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/hooks.md
Expand Up @@ -68,7 +68,7 @@ export const CounterComponent = () => {
Using props to determine what to extract:

```jsx
import React, { useCallback } from 'react'
import React from 'react'
import { useSelector } from 'react-redux'

export const TodoListItem = props => (
Expand Down

0 comments on commit 9803028

Please sign in to comment.