From ca358e594045af492bd9731bef0850b3ce5566b5 Mon Sep 17 00:00:00 2001 From: Pontus Dreij Date: Sun, 10 Nov 2024 09:23:47 +0100 Subject: [PATCH] fix(SW-415): Removed unused icon --- components/HotelReservation/SelectRate/RoomFilter/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/HotelReservation/SelectRate/RoomFilter/index.tsx b/components/HotelReservation/SelectRate/RoomFilter/index.tsx index 92d2fde3d..9869d355b 100644 --- a/components/HotelReservation/SelectRate/RoomFilter/index.tsx +++ b/components/HotelReservation/SelectRate/RoomFilter/index.tsx @@ -6,7 +6,7 @@ import { FormProvider, useForm } from "react-hook-form" import { useIntl } from "react-intl" import { z } from "zod" -import { CheckIcon, InfoCircleIcon } from "@/components/Icons" +import { InfoCircleIcon } from "@/components/Icons" import CheckboxChip from "@/components/TempDesignSystem/Form/FilterChip/Checkbox" import Body from "@/components/TempDesignSystem/Text/Body" import Caption from "@/components/TempDesignSystem/Text/Caption"