fix(LOY-64): lint fix

This commit is contained in:
Chuma McPhoy
2024-12-13 10:50:13 +01:00
parent 9247ea0e9c
commit 079d8dbf33

View File

@@ -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"