Skip to content

Commit

Permalink
refactor: rename search-cards
Browse files Browse the repository at this point in the history
  • Loading branch information
GetPsyched committed Jun 7, 2024
1 parent 3552c49 commit 757a17b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion app/[locale]/search/search.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 757a17b

Please sign in to comment.