Remove unused CardHeader and CardTitle imports in CommentsSection component

This commit is contained in:
2025-11-27 20:49:03 +01:00
parent eaf2b70f2b
commit dbd6aeb11c

View File

@@ -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';