import { LoadingOutlined } from '@ant-design/icons'; import { Skeleton, Spin } from 'antd'; export default function LoadComponent() { return (
); }