import { clsx } from "clsx"; type SkeletonBoxProps = { className: string; }; const SkeletonBox = ({ className }: SkeletonBoxProps) => { return