mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-12-25 14:20:21 +08:00
6 lines
186 B
TypeScript
6 lines
186 B
TypeScript
import TopChart from './top-chart/index.vue';
|
|
import DataCard from './data-card/index.vue';
|
|
import BottomPart from './bottom-part/index.vue';
|
|
|
|
export { TopChart, DataCard, BottomPart };
|