import { Box, Fade, Skeleton, Stack, Typography } from '@mui/material'; export default function PaymentSkeleton() { return ( ); }