XAPI / frontend /src /views /auth /index.ts
cjovs's picture
Deploy Sub2API HF Space with embedded Postgres/Redis backup runtime
8059bf0 verified
/**
* Authentication Views
* Export all authentication-related views
*/
export { default as LoginView } from './LoginView.vue'
export { default as RegisterView } from './RegisterView.vue'