Migration to nuxt 4
Used codemods CLI and reworked most alias'd path that stopped working
This commit is contained in:
4
app/components/ui/tooltip/index.ts
Normal file
4
app/components/ui/tooltip/index.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
export { default as Tooltip } from "@/components/ui/tooltip/Tooltip.vue"
|
||||
export { default as TooltipContent } from "@/components/ui/tooltip/TooltipContent.vue"
|
||||
export { default as TooltipTrigger } from "@/components/ui/tooltip/TooltipTrigger.vue"
|
||||
export { default as TooltipProvider } from "@/components/ui/tooltip/TooltipProvider.vue"
|
||||
Reference in New Issue
Block a user