Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ImLunaHey committed Jan 2, 2025
1 parent 11899a6 commit 421817f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/PostEmbed/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 421817f

Please sign in to comment.