From d97c869f409b6e3f3e20395d2ec059d1265dd375 Mon Sep 17 00:00:00 2001 From: Pontus Dreij Date: Fri, 11 Oct 2024 15:34:44 +0200 Subject: [PATCH] feat(SW-415): Removed unused import --- .../SelectRate/RoomSelection/RoomCard/index.tsx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/components/HotelReservation/SelectRate/RoomSelection/RoomCard/index.tsx b/components/HotelReservation/SelectRate/RoomSelection/RoomCard/index.tsx index d6d038379..ff6358c16 100644 --- a/components/HotelReservation/SelectRate/RoomSelection/RoomCard/index.tsx +++ b/components/HotelReservation/SelectRate/RoomSelection/RoomCard/index.tsx @@ -4,11 +4,7 @@ import { useIntl } from "react-intl" import { RateDefinition } from "@/server/routers/hotels/output" import FlexibilityOption from "@/components/HotelReservation/SelectRate/RoomSelection/FlexibilityOption" -import { - ChevronRightSmallIcon, - GalleryIcon, - ImageIcon, -} from "@/components/Icons" +import { ChevronRightSmallIcon, GalleryIcon } from "@/components/Icons" import Image from "@/components/Image" import Lightbox from "@/components/Lightbox" import Button from "@/components/TempDesignSystem/Button"