From b7cf3296cfb2e327878a77c141fc2f4e2da33d2c Mon Sep 17 00:00:00 2001 From: Pontus Dreij Date: Mon, 27 Jan 2025 17:11:00 +0100 Subject: [PATCH] feat(SW-718) Fix import error --- stores/select-rate/rate-selection.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stores/select-rate/rate-selection.ts b/stores/select-rate/rate-selection.ts index 67a46da7f..b58f2be7c 100644 --- a/stores/select-rate/rate-selection.ts +++ b/stores/select-rate/rate-selection.ts @@ -4,8 +4,8 @@ import { calculateRoomSummary } from "./helper" import type { RoomPackageCodeEnum, - type RoomPackageData, -} from "@/types/components/hotelReservation/selectRate/roomFilter"; + RoomPackageData, +} from "@/types/components/hotelReservation/selectRate/roomFilter" import type { Rate, RateCode,