diff --git a/apps/scandic-web/components/HotelReservation/SelectRate2/HotelInfoCard/index.tsx b/apps/scandic-web/components/HotelReservation/SelectRate2/HotelInfoCard/index.tsx index 526803781..a80d1d3b2 100644 --- a/apps/scandic-web/components/HotelReservation/SelectRate2/HotelInfoCard/index.tsx +++ b/apps/scandic-web/components/HotelReservation/SelectRate2/HotelInfoCard/index.tsx @@ -2,11 +2,11 @@ import TripAdvisorChip from "@scandic-hotels/booking-flow/components/TripAdvisor import { dt } from "@scandic-hotels/common/dt" import { getSingleDecimal } from "@scandic-hotels/common/utils/numberFormatting" import { Divider } from "@scandic-hotels/design-system/Divider" +import ImageGallery from "@scandic-hotels/design-system/ImageGallery" import SkeletonShimmer from "@scandic-hotels/design-system/SkeletonShimmer" import { Typography } from "@scandic-hotels/design-system/Typography" import { FacilityToIcon } from "@/components/ContentType/HotelPage/data" -import ImageGallery from "@/components/ImageGallery" import Alert from "@/components/TempDesignSystem/Alert" import { getIntl } from "@/i18n" import { mapApiImagesToGalleryImages } from "@/utils/imageGallery" diff --git a/apps/scandic-web/components/HotelReservation/SelectRate2/RoomsContainer/Rooms/RoomsList/RoomListItem/RoomImage/index.tsx b/apps/scandic-web/components/HotelReservation/SelectRate2/RoomsContainer/Rooms/RoomsList/RoomListItem/RoomImage/index.tsx index a27cca63b..02a4cd4f9 100644 --- a/apps/scandic-web/components/HotelReservation/SelectRate2/RoomsContainer/Rooms/RoomsList/RoomListItem/RoomImage/index.tsx +++ b/apps/scandic-web/components/HotelReservation/SelectRate2/RoomsContainer/Rooms/RoomsList/RoomListItem/RoomImage/index.tsx @@ -2,10 +2,10 @@ import { memo } from "react" import { useIntl } from "react-intl" +import ImageGallery from "@scandic-hotels/design-system/ImageGallery" import { Typography } from "@scandic-hotels/design-system/Typography" import { IconForFeatureCode } from "@/components/HotelReservation/utils" -import ImageGallery from "@/components/ImageGallery" import { mapApiImagesToGalleryImages } from "@/utils/imageGallery" import ToggleSidePeek from "../Details/ToggleSidePeek"