import type { AccountFragment } from "@hey/indexer"; import { Link } from "react-router"; import stopEventPropagation from "@/helpers/stopEventPropagation"; import { NotificationAccountName } from "./Account"; interface AggregatedNotificationTitleProps { firstAccount: AccountFragment; linkToType: string; text: string; type?: string; } const AggregatedNotificationTitle = ({ firstAccount, linkToType, text, type }: AggregatedNotificationTitleProps) => { return (