mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-12-06 00:06:01 +08:00
5 lines
139 B
TypeScript
5 lines
139 B
TypeScript
import TabDetail from './tab-detail/index.vue';
|
|
import ReloadButton from './reload-button/index.vue';
|
|
|
|
export { TabDetail, ReloadButton };
|