import { CardWithGrid, CardBody } from "@/components/cards/with-pattern";

// Exact composition from the author's Variant 8 Grid Preview block.
export default function AuthorVariantPreview() {
  return <CardWithGrid><CardBody /></CardWithGrid>;
}
