diff --git a/src/components/PostCard.tsx b/src/components/PostCard.tsx index effb45c..05428fd 100644 --- a/src/components/PostCard.tsx +++ b/src/components/PostCard.tsx @@ -1,6 +1,5 @@ import { MessageCircle, Heart, Repeat } from 'lucide-react'; import { useLike } from '../lib/bluesky/hooks/useLike'; -import { Debug } from './ui/Debug'; import { BSkyPost } from '../lib/bluesky/types/BSkyPost'; import { cn } from '../lib/utils'; import { useRepost } from '../lib/bluesky/hooks/useRepost';