diff --git a/app/[locale]/search/search-card.tsx b/app/[locale]/search/cards.tsx similarity index 100% rename from app/[locale]/search/search-card.tsx rename to app/[locale]/search/cards.tsx diff --git a/app/[locale]/search/search.tsx b/app/[locale]/search/search.tsx index 79ae01be..c22a1553 100644 --- a/app/[locale]/search/search.tsx +++ b/app/[locale]/search/search.tsx @@ -12,8 +12,8 @@ import { ScrollArea } from '~/components/ui'; import { getTranslations } from '~/i18n/translations'; import { cn, getKeys } from '~/lib/utils'; +import SearchCard, { type CardContent, type SearchResult } from './cards'; import { Recents } from './client-utils'; -import SearchCard, { type CardContent, type SearchResult } from './search-card'; const categoryIconMapping = { course: MdSchool,