- Moved `app.config.ts` to the `app` directory - Migrated `.vue` files and other assets to the `app` directory - Updated import paths to reflect the new file locations
2 lines
122 B
TypeScript
2 lines
122 B
TypeScript
export { default as RadioGroup } from './RadioGroup.vue'
|
|
export { default as RadioGroupItem } from './RadioGroupItem.vue'
|