mirror of
https://gitee.com/wanwujie/sub2api
synced 2026-04-21 07:04:45 +08:00
8 lines
194 B
TypeScript
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';
|