import clsx from "clsx"; import type { ReactNode } from "react"; const LinkItem = (props: { title: string; children: ReactNode; forceRefresh?: boolean; href?: string; onClick: () => void; }) => (