import { Stack, Skeleton } from "@mui/material"; export const SkeletonLayout = () => { return ( ); }; export default SkeletonLayout;