committed by
GitHub
1 changed files with 7 additions and 0 deletions
@ -0,0 +1,7 @@ |
|||
import { Skeleton } from 'antd'; |
|||
|
|||
const Loading: React.FC = () => ( |
|||
<Skeleton style={{ margin: '24px 40px' }} active /> |
|||
); |
|||
|
|||
export default Loading; |
|||
Loading…
Reference in new issue