Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
chaitanyadeorukhkar committed Sep 6, 2024
1 parent d202a9f commit c7ea480
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import userEvent from '@testing-library/user-event';
import { useState } from 'react';
import { fireEvent, getByRole, waitFor } from '@testing-library/react';
import { fireEvent, waitFor } from '@testing-library/react';
import { Table } from '../Table';
import { TableBody, TableCell, TableRow } from '../TableBody';
import { TableFooter, TableFooterCell, TableFooterRow } from '../TableFooter';
Expand Down

0 comments on commit c7ea480

Please sign in to comment.