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

3 lines
180 B
TypeScript

export { default as ToggleGroup } from "@/components/ui/toggle-group/ToggleGroup.vue"
export { default as ToggleGroupItem } from "@/components/ui/toggle-group/ToggleGroupItem.vue"