Skip to content

Commit

Permalink
Merge pull request #210 from brainstormforce/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
vrundakansara authored Dec 13, 2024
2 parents 40e959f + a99c924 commit 5553787
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 5553787

Please sign in to comment.