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