mirror of
https://gitee.com/wanwujie/sub2api
synced 2026-04-12 02:54:44 +08:00
8 lines
192 B
TypeScript
8 lines
192 B
TypeScript
/**
|
|
* Authentication Views
|
|
* Export all authentication-related views
|
|
*/
|
|
|
|
export { default as LoginView } from './LoginView.vue'
|
|
export { default as RegisterView } from './RegisterView.vue'
|