import { useLocalize } from '~/hooks'; import { OGDialog, OGDialogTrigger } from '~/components/ui'; import OGDialogTemplate from '~/components/ui/OGDialogTemplate'; import ShareLinkTable from './SharedLinkTable'; export default function SharedLinks() { const localize = useLocalize(); return (