import { ReactNode } from 'react' const Skeleton = ({ children, className, }: { children?: ReactNode className?: string }) => { return (