import { cn } from 'ui' const ShimmerLine = ({ active, className }: { active: boolean; className?: string }) => { return active ? (