Skip to content

Commit 7db2443

Browse files
author
iqbal125
authored
Update example-react-hooks-useReducer.md
1 parent bc239ff commit 7db2443

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/example-react-hooks-useReducer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Basic example showing how to test useReducer hook.
44
The component we are testing which changes some text depending on `stateprop1` value.
55

66
```jsx
7-
import React, { useReducer } from 'react';
7+
import React, { useReducer } from 'react'
88

99

1010
const initialState = {

0 commit comments

Comments
 (0)