Migration to nuxt 4
Used codemods CLI and reworked most alias'd path that stopped working
This commit is contained in:
9
app/components/ui/table/index.ts
Normal file
9
app/components/ui/table/index.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
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'
|
||||
Reference in New Issue
Block a user