mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-10-12 12:53:42 +08:00
9 lines
393 B
TypeScript
9 lines
393 B
TypeScript
import NaiveProvider from './NaiveProvider/index.vue';
|
|
import SystemLogo from './SystemLogo/index.vue';
|
|
import ExceptionSvg from './ExceptionSvg/index.vue';
|
|
import LoginBg from './LoginBg/index.vue';
|
|
import BannerSvg from './BannerSvg/index.vue';
|
|
import HoverContainer from './HoverContainer/index.vue';
|
|
|
|
export { NaiveProvider, SystemLogo, ExceptionSvg, LoginBg, BannerSvg, HoverContainer };
|