diff --git a/components/Blocks/DynamicContent/Rewards/RewardIcon/data.ts b/components/Blocks/DynamicContent/Rewards/RewardIcon/data.ts index e62c8cc1b..11aedfc09 100644 --- a/components/Blocks/DynamicContent/Rewards/RewardIcon/data.ts +++ b/components/Blocks/DynamicContent/Rewards/RewardIcon/data.ts @@ -1,10 +1,10 @@ -import type { FC } from "react" - import { REWARD_IDS } from "@/constants/rewards" import { getIconByIconName } from "@/components/Icons/get-icon-by-icon-name" import { isValidRewardId } from "@/utils/rewards" +import type { FC } from "react" + import { IconName, type IconProps } from "@/types/components/icon" import type { RewardId } from "@/types/components/myPages/rewards"