import { FC } from 'react'; const SMLoadingCard: FC = () => { return (
); }; export default SMLoadingCard;