Skip to content

Commit 6157e2b

Browse files
author
Alexis
committed
fix: remove unused imports
1 parent 043aede commit 6157e2b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

client/common/ButtonOrLink.test.jsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
import React from 'react';
2-
import { browserHistory, Route, Router, IndexRoute } from 'react-router';
2+
import { browserHistory, Route, Router } from 'react-router';
33
import { Provider } from 'react-redux';
44
import configureStore from '../store';
5-
import { render, screen, fireEvent, userEvent, waitFor } from '../test-utils';
5+
import { render, screen, fireEvent, waitFor } from '../test-utils';
66
import ButtonOrLink from './ButtonOrLink';
7-
import routes from '../routes';
87

98
describe('ButtonOrLink', () => {
109
const clickHandler = jest.fn();

0 commit comments

Comments
 (0)