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