fix(core): remove duplicate loading component (#5168)

This commit is contained in:
Peng Xiao
2023-12-07 15:34:09 +00:00
parent 352bb548f0
commit ed8e526f71
7 changed files with 17 additions and 63 deletions

View File

@@ -7,6 +7,7 @@ export * from './ui/divider';
export * from './ui/empty';
export * from './ui/input';
export * from './ui/layout';
export * from './ui/loading';
export * from './ui/lottie/collections-icon';
export * from './ui/lottie/delete-icon';
export * from './ui/menu';