Skeleton component
import { Skeleton } from '@/components/Skeleton'; export default function Example() { return ( <Skeleton /> ); }