refactor: reorganize all components (#8303)
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import { installable } from '../utils';
|
||||
import _Loading from './Loading';
|
||||
|
||||
const Loading = installable(_Loading);
|
||||
|
||||
export default Loading;
|
||||
export { Loading };
|
||||
export type { LoadingType } from './Loading';
|
||||
Reference in New Issue
Block a user