- 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
119 B
TypeScript
2 lines
119 B
TypeScript
// eslint-disable-next-line symbol-description
|
|
export const FORM_ITEM_INJECTION_KEY = Symbol() as InjectionKey<string>
|