Files
leim-tools/app/components/ui/popover/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

4 lines
247 B
TypeScript

export { default as Popover } from "@/components/ui/popover/Popover.vue"
export { default as PopoverTrigger } from "@/components/ui/popover/PopoverTrigger.vue"
export { default as PopoverContent } from "@/components/ui/popover/PopoverContent.vue"