diff --git a/src/components/shared/list-card.tsx b/src/components/shared/list-card.tsx index 797d098..c7486fa 100644 --- a/src/components/shared/list-card.tsx +++ b/src/components/shared/list-card.tsx @@ -1,6 +1,7 @@ 'use client'; import Link from 'next/link'; +import type { Route } from 'next'; import { type ReactNode } from 'react'; import { cn } from '@/lib/utils'; @@ -52,7 +53,7 @@ export function ListCard({ ) : null}