import { Skeleton } from "@mui/material"; export default function LoadingSkeleton() { return ( ); }