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:
parent
b7bcc6e69b
commit
09f78df1da
1 changed files with 0 additions and 1 deletions
|
@ -4,7 +4,6 @@ import { Button } from '@/components/ui/button';
|
|||
import {
|
||||
Card,
|
||||
CardContent,
|
||||
CardDescription,
|
||||
CardHeader,
|
||||
} from '@/components/ui/card';
|
||||
import Link from 'next/link';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue