import LinkCard from "@/components/LinkViews/LinkCard"; import { LinkIncludingShortenedCollectionAndTags } from "@/types/global"; export default function CardView({ links, showCheckbox = true, }: { links: LinkIncludingShortenedCollectionAndTags[]; showCheckbox?: boolean; }) { return (