diff --git a/src/components/index.ts b/src/components/index.ts index 1ec4b16a..5053d4ff 100644 --- a/src/components/index.ts +++ b/src/components/index.ts @@ -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'; diff --git a/src/components/table/index.ts b/src/components/table/index.ts index 1a876cfc..a62247d8 100644 --- a/src/components/table/index.ts +++ b/src/components/table/index.ts @@ -1 +1 @@ -export { default as Table } from './table'; +export { default } from './table'; diff --git a/src/components/table/table.tsx b/src/components/table/table.tsx index c37cc33d..bcd09cc7 100644 --- a/src/components/table/table.tsx +++ b/src/components/table/table.tsx @@ -216,7 +216,7 @@ export const Table = ( { } > -
+