diff --git a/src/components/league/SportsList/index.tsx b/src/components/league/SportsList/index.tsx index 26e793e..4ae0775 100644 --- a/src/components/league/SportsList/index.tsx +++ b/src/components/league/SportsList/index.tsx @@ -1,3 +1,4 @@ +import { Icon } from '@/components/common/Icon'; import { QUERY_PARAMS } from '@/constants/queryParams'; import { SportsType } from '@/types/league'; import { $ } from '@/utils/core'; @@ -25,9 +26,10 @@ export default function SportsList({ > ))}