mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-10-18 07:33:43 +08:00
5 lines
130 B
TypeScript
5 lines
130 B
TypeScript
import OtherLogin from './other-login.vue';
|
|
import OtherAccount from './other-account.vue';
|
|
|
|
export { OtherLogin, OtherAccount };
|