feat(SW-415): Removed unused import

This commit is contained in:
Pontus Dreij
2024-10-11 15:34:44 +02:00
parent 8755f5514f
commit d97c869f40

View File

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