mirror of
https://gitee.com/xiangheng/x_admin.git
synced 2025-10-12 11:30:21 +08:00
4 lines
74 B
TypeScript
4 lines
74 B
TypeScript
import Base from "./base";
|
|
import Web from "./web";
|
|
|
|
export { Base, Web }; |