From 4da3934768f230096448c45f13b7a3ea4e2f3084 Mon Sep 17 00:00:00 2001 From: Pontus Dreij Date: Tue, 28 Jan 2025 18:35:42 +0100 Subject: [PATCH] feat(SW-718) Removed unused import --- components/HotelReservation/SelectRate/RateSummary/index.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/components/HotelReservation/SelectRate/RateSummary/index.tsx b/components/HotelReservation/SelectRate/RateSummary/index.tsx index c4daf613b..bac210d79 100644 --- a/components/HotelReservation/SelectRate/RateSummary/index.tsx +++ b/components/HotelReservation/SelectRate/RateSummary/index.tsx @@ -17,7 +17,6 @@ import styles from "./rateSummary.module.css" import type { RateSummaryProps } from "@/types/components/hotelReservation/selectRate/rateSummary" import { RoomPackageCodeEnum } from "@/types/components/hotelReservation/selectRate/roomFilter" -import type { Rate } from "@/types/components/hotelReservation/selectRate/selectRate" export default function RateSummary({ isUserLoggedIn,