Skip to content

Commit

Permalink
Update Table.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
ti10le authored Apr 27, 2022
1 parent 4138835 commit 07d8e86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/components/src/Table/Table.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ import { ThemeExtensionsWithParts, useComponentStyles } from '@marigold/system';

import { Box } from '../Box';

import { TableCell, TableCellProps } from './TableCell';
import { TableColumnHeader, TableColumnHeaderProps } from './TableColumnHeader';
import { TableCell } from './TableCell';
import { TableColumnHeader } from './TableColumnHeader';
import { TableHeaderRow } from './TableHeaderRow';
import { TableRow } from './TableRow';
import { TableRowGroup } from './TableRowGroup';
Expand Down

0 comments on commit 07d8e86

Please sign in to comment.