Skip to content

Commit 0a9d7a6

Browse files
committed
remove unused import
Signed-off-by: gitdallas <5322142+gitdallas@users.noreply.github.com>
1 parent 5d506bf commit 0a9d7a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-table/src/components/Table/utils/transformers.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { render, screen, waitFor, fireEvent } from '@testing-library/react';
1+
import { render, screen, waitFor } from '@testing-library/react';
22
import userEvent from '@testing-library/user-event';
33

44
import {

0 commit comments

Comments
 (0)