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