Skip to content

Commit 05518b3

Browse files
committed
- Remove double import of router
1 parent ba23844 commit 05518b3

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

tdrs-frontend/src/components/Reports/FRAReports.test.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import { Provider } from 'react-redux'
55
import { MemoryRouter } from 'react-router-dom'
66
import { FRAReports } from '.'
77
import configureStore from '../../configureStore'
8-
import { MemoryRouter } from 'react-router-dom'
98

109
const initialState = {
1110
auth: {

tdrs-frontend/src/components/Reports/Reports.test.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import configureStore from 'redux-mock-store'
88
import appConfigureStore from '../../configureStore'
99
import Reports from './Reports'
1010
import { SET_FILE, upload } from '../../actions/reports'
11-
import { MemoryRouter } from 'react-router-dom'
1211

1312
describe('Reports', () => {
1413
let originalScrollIntoView

0 commit comments

Comments
 (0)