mirror of
https://github.com/imdap/ruoyi-plus-vben5.git
synced 2026-05-12 14:12:08 +08:00
7 lines
386 B
TypeScript
7 lines
386 B
TypeScript
export { default as ProfileBaseSetting } from './base-setting.vue';
|
|
export { default as ProfileNotificationSetting } from './notification-setting.vue';
|
|
export { default as ProfilePasswordSetting } from './password-setting.vue';
|
|
export { default as Profile } from './profile.vue';
|
|
export { default as ProfileSecuritySetting } from './security-setting.vue';
|
|
export type * from './types';
|