From 218f7d67fac0e6220c9133024cf4fcbf5bf60d83 Mon Sep 17 00:00:00 2001 From: Kyle Milloy Date: Thu, 13 Jun 2024 08:55:49 -0600 Subject: [PATCH] fix: add tablefooter to export --- apps/www/src/lib/registry/default/ui/table/index.ts | 1 + apps/www/src/lib/registry/new-york/ui/table/index.ts | 1 + 2 files changed, 2 insertions(+) diff --git a/apps/www/src/lib/registry/default/ui/table/index.ts b/apps/www/src/lib/registry/default/ui/table/index.ts index 44582d35..6fa181be 100644 --- a/apps/www/src/lib/registry/default/ui/table/index.ts +++ b/apps/www/src/lib/registry/default/ui/table/index.ts @@ -3,6 +3,7 @@ export { default as TableBody } from './TableBody.vue' export { default as TableCell } from './TableCell.vue' export { default as TableHead } from './TableHead.vue' export { default as TableHeader } from './TableHeader.vue' +export { default as TableFooter } from './TableFooter.vue' export { default as TableRow } from './TableRow.vue' export { default as TableCaption } from './TableCaption.vue' export { default as TableEmpty } from './TableEmpty.vue' diff --git a/apps/www/src/lib/registry/new-york/ui/table/index.ts b/apps/www/src/lib/registry/new-york/ui/table/index.ts index 44582d35..6fa181be 100644 --- a/apps/www/src/lib/registry/new-york/ui/table/index.ts +++ b/apps/www/src/lib/registry/new-york/ui/table/index.ts @@ -3,6 +3,7 @@ export { default as TableBody } from './TableBody.vue' export { default as TableCell } from './TableCell.vue' export { default as TableHead } from './TableHead.vue' export { default as TableHeader } from './TableHeader.vue' +export { default as TableFooter } from './TableFooter.vue' export { default as TableRow } from './TableRow.vue' export { default as TableCaption } from './TableCaption.vue' export { default as TableEmpty } from './TableEmpty.vue'