Skip to content

Commit

Permalink
UIPFU-81 - reorder imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Terala-Priyanka committed Sep 4, 2024
1 parent 8356f60 commit 70cc3c4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Filters.test.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { FormattedMessage } from 'react-intl';

import { screen } from '@folio/jest-config-stripes/testing-library/react';
import userEvent from '@folio/jest-config-stripes/testing-library/user-event';
import { FormattedMessage } from 'react-intl';

import renderWithRouter from 'helpers/renderWithRouter';
import Filters from './Filters';
Expand Down

0 comments on commit 70cc3c4

Please sign in to comment.