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