Fix ESLint error: remove unused CardDescription import

- Remove CardDescription from imports in long-story page
- Component was imported but never used, causing linting error
- All ESLint warnings now resolved
This commit is contained in:
Derek Slenk 2025-06-30 10:29:25 -04:00
parent b7bcc6e69b
commit 09f78df1da

View file

@ -4,7 +4,6 @@ import { Button } from '@/components/ui/button';
import {
Card,
CardContent,
CardDescription,
CardHeader,
} from '@/components/ui/card';
import Link from 'next/link';