We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7a03fa commit a2d9468Copy full SHA for a2d9468
src/components/controlled/transactions-table/tests/transactions-table.spec.tsx
@@ -4,7 +4,6 @@ import { IconNamesEnum } from 'common/Icon/icon.types';
4
5
import { TransactionsTable } from '../transactions-table';
6
import type { TransactionRowType } from '../transactions-table.type';
7
-import { IconNamesEnum } from 'common/Icon/icon.types';
8
9
describe('TransactionsTable', () => {
10
const mockTransactions: TransactionRowType[] = [
0 commit comments