Skip to content

Commit

Permalink
fix: Table not exported from Force-UI
Browse files Browse the repository at this point in the history
  • Loading branch information
jaieds committed Dec 13, 2024
1 parent c4ba9fa commit d0042f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/components/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,4 @@ export { default as LineChart } from './line-chart';
export { default as PieChart } from './pie-chart';
export { default as AreaChart } from './area-chart';
export { default as Dropzone } from './dropzone';
export { default as Table } from './table';
2 changes: 1 addition & 1 deletion src/components/table/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export { default as Table } from './table';
export { default } from './table';

0 comments on commit d0042f1

Please sign in to comment.