From 51f53a717dd02f57e63789cc800335952771e768 Mon Sep 17 00:00:00 2001 From: Linus Flood Date: Wed, 13 Aug 2025 13:00:23 +0000 Subject: [PATCH] Merged in fix/build-errrors (pull request #2646) Fixed build errors due to moved files * Fixed build errors due to moved files --- .../HotelReservation/SelectRate2/HotelInfoCard/index.tsx | 2 +- .../Rooms/RoomsList/RoomListItem/RoomImage/index.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"