Skip to content

Commit 27a4377

Browse files
committed
Remove unnecessary Provider import
1 parent 84afd3f commit 27a4377

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/example-react-redux.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ export { render }
9393
// counter.test.js
9494
import React from 'react'
9595
import { createStore } from 'redux'
96-
import { Provider } from 'react-redux'
9796
// We're using our own custom render function and not RTL's render
9897
// our custom utils also re-export everything from RTL
9998
// so we can import fireEvent and screen here as well

0 commit comments

Comments
 (0)