import { Divider, Skeleton } from "antd"; const ArticleSkeletonWidget = () => { return (
); }; export default ArticleSkeletonWidget;