Files
yinghuoapi/frontend/src/views/auth/index.ts
2025-12-18 13:50:39 +08:00

8 lines
194 B
TypeScript

/**
* Authentication Views
* Export all authentication-related views
*/
export { default as LoginView } from './LoginView.vue';
export { default as RegisterView } from './RegisterView.vue';