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