- 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
1 line
47 B
TypeScript
1 line
47 B
TypeScript
export { default as Input } from './Input.vue'
|