import { CollectionIncludingMembersAndLinkCount, LinkIncludingShortenedCollectionAndTags, } from "@/types/global"; import { useRouter } from "next/router"; import React from "react"; export default function LinkCollection({ link, collection, }: { link: LinkIncludingShortenedCollectionAndTags; collection: CollectionIncludingMembersAndLinkCount; }) { const router = useRouter(); return (
{collection?.name}