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

@@ -1,6 +1,6 @@
import type { Meta, StoryFn } from '@storybook/react';
import { Loading, type LoadingProps } from '.';
import { Loading, type LoadingProps } from './loading';
export default {
title: 'UI/Loading',