Files
leim-tools/app/components/ui/table/index.ts
Alexis 7fdab8601f Migration to nuxt 4
Used codemods CLI and reworked most alias'd path that stopped working
2025-07-27 14:30:30 +02:00

10 lines
681 B
TypeScript

export { default as Table } from '@/components/ui/table/Table.vue'
export { default as TableBody } from '@/components/ui/table/TableBody.vue'
export { default as TableCaption } from '@/components/ui/table/TableCaption.vue'
export { default as TableCell } from '@/components/ui/table/TableCell.vue'
export { default as TableEmpty } from '@/components/ui/table/TableEmpty.vue'
export { default as TableFooter } from '@/components/ui/table/TableFooter.vue'
export { default as TableHead } from '@/components/ui/table/TableHead.vue'
export { default as TableHeader } from '@/components/ui/table/TableHeader.vue'
export { default as TableRow } from '@/components/ui/table/TableRow.vue'