From 079d8dbf3333a958f4db93c6bc4d77cf6ddb0e91 Mon Sep 17 00:00:00 2001 From: Chuma McPhoy Date: Fri, 13 Dec 2024 10:50:13 +0100 Subject: [PATCH] fix(LOY-64): lint fix --- components/Blocks/DynamicContent/Rewards/RewardIcon/data.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"