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