Migration to nuxt 4

Used codemods CLI and reworked most alias'd path that stopped working
This commit is contained in:
Alexis
2025-07-27 14:30:30 +02:00
parent 68b9a38f83
commit 7fdab8601f
280 changed files with 847 additions and 496 deletions

View 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'