Skip to content

Commit 3f973ff

Browse files
committed
fix(table): remove useless import
1 parent 9142f8b commit 3f973ff

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/common/components/Table/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ import { SM } from '@appquality/unguess-design-system';
1212
import { theme as appTheme } from 'src/app/theme';
1313
import { TableRow } from './TableRow';
1414
import { LoadingState } from './LoadingState';
15-
import { EmptyState } from './EmptyState';
1615

1716
interface TableData {
1817
id: string;

0 commit comments

Comments
 (0)