diff --git a/src/components/comments/CommentsSection.tsx b/src/components/comments/CommentsSection.tsx index 6de0e99..b0904d0 100644 --- a/src/components/comments/CommentsSection.tsx +++ b/src/components/comments/CommentsSection.tsx @@ -1,5 +1,5 @@ import { useComments } from '@/hooks/useComments'; -import { Card, CardContent, CardHeader, CardTitle } from '@/components/ui/card'; +import { Card, CardContent } from '@/components/ui/card'; import { Skeleton } from '@/components/ui/skeleton'; import { MessageSquare } from 'lucide-react'; import { cn } from '@/lib/utils';