Files
sub2api/frontend/src/views/auth/index.ts

8 lines
194 B
TypeScript
Raw Normal View History

2025-12-18 13:50:39 +08:00
/**
* Authentication Views
* Export all authentication-related views
*/
export { default as LoginView } from './LoginView.vue';
export { default as RegisterView } from './RegisterView.vue';