import { Skeleton } from '@sim/emcn' export default function ResumeLoading() { return (
{Array.from({ length: 3 }).map((_, i) => ( ))}
) }