import LinkCardCompact from "@/components/LinkViews/LinkCardCompact"; import { LinkIncludingShortenedCollectionAndTags } from "@/types/global"; export default function CompactGridView({ links, }: { links: LinkIncludingShortenedCollectionAndTags[]; }) { return (