Skip to content

Commit 9803028

Browse files
janhesterstimdorr
authored andcommitted
Remove unnecessary import from hooks docs (#1258)
1 parent 67944a3 commit 9803028

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/hooks.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ export const CounterComponent = () => {
6868
Using props to determine what to extract:
6969

7070
```jsx
71-
import React, { useCallback } from 'react'
71+
import React from 'react'
7272
import { useSelector } from 'react-redux'
7373

7474
export const TodoListItem = props => (

0 commit comments

Comments
 (0)