diff --git a/src/components/PostEmbed/index.tsx b/src/components/PostEmbed/index.tsx index f19c9fa..d691beb 100644 --- a/src/components/PostEmbed/index.tsx +++ b/src/components/PostEmbed/index.tsx @@ -5,7 +5,6 @@ import { NotImplementedBox } from '../ui/NotImplementedBox'; import { cn } from '../../lib/utils'; import { useSettings } from '../../hooks/useSetting'; import { AppBskyEmbedRecordView } from './app-bsky-embed-record-view'; -import { Link } from '../ui/Link'; export const PostEmbed = ({ embed }: { embed?: BSkyPostEmbed | null }) => { const { experiments } = useSettings();