import { Skeleton } from "antd";
export default function Loading() {
return <Skeleton></Skeleton>;
}