diff --git a/src/components/LinkTable.tsx b/src/components/LinkTable.tsx index a447016..f81762e 100644 --- a/src/components/LinkTable.tsx +++ b/src/components/LinkTable.tsx @@ -1,3 +1,4 @@ +import { CodeIcon, LinkIcon } from 'lucide-react'; import { useEffect, useMemo, useState, type KeyboardEvent as ReactKeyboardEvent, type SyntheticEvent } from 'react'; import type { Link } from '../lib/api'; import { safeLinkTargetUrl } from '../lib/url'; @@ -83,6 +84,18 @@ function handleRowKeyDown(event: ReactKeyboardEvent, link: Pick +