import Skeleton from "@mui/material/Skeleton"; export function PageSkeleton() { return ( ); } function SkeletonBlock({ className = "" }) { return ; }