Skip to content

Commit 8e70c0c

Browse files
committed
Fix: Remove the unnecessary empty import from React-Redux example
1 parent 336c171 commit 8e70c0c

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
@@ -94,7 +94,6 @@ export { render }
9494
import React from 'react'
9595
import { createStore } from 'redux'
9696
import { Provider } from 'react-redux'
97-
import { } from '@testing-library/react'
9897
// We're using our own custom render function and not RTL's render
9998
// our custom utils also re-export everything from RTL
10099
// so we can import fireEvent and screen here as well

0 commit comments

Comments
 (0)