ruoyi-plus-soybean/src/components/business/index.ts

5 lines
161 B
TypeScript
Raw Normal View History

import LoadingEmptyWrapper from './LoadingEmptyWrapper.vue';
import LoginAgreement from './LoginAgreement.vue';
2022-01-05 01:35:32 +08:00
2022-01-24 00:00:59 +08:00
export { LoadingEmptyWrapper, LoginAgreement };