fix(LOY-10): type import

This commit is contained in:
Chuma McPhoy
2024-12-06 11:24:07 +01:00
parent 5933380bd8
commit c94d36afb2

View File

@@ -3,7 +3,7 @@ import { FC } from "react"
import { getIconByIconName } from "@/components/Icons/get-icon-by-icon-name"
import { isValidRewardId } from "@/utils/rewards"
import { IconName, IconProps } from "@/types/components/icon"
import { IconName, type IconProps } from "@/types/components/icon"
import { RewardId } from "@/types/enums/rewards"
function getIconForRewardId(rewardId: RewardId): IconName {