Skip to content

Commit 15764fa

Browse files
committed
fix: export table component
1 parent e4df0aa commit 15764fa

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
export * from './TableBase';
2+
export * from './TableBase.types';

packages/ui/src/2_molecules/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,4 @@ export * from './AddressTablePagination';
1818
export * from './Select';
1919
export * from './StatusItem';
2020
export * from './FormGroup';
21+
export * from './TableBase';

0 commit comments

Comments
 (0)