diff --git a/components/HotelReservation/HotelCardDialog/index.tsx b/components/HotelReservation/HotelCardDialog/index.tsx index bb5fb7b48..adeb0e176 100644 --- a/components/HotelReservation/HotelCardDialog/index.tsx +++ b/components/HotelReservation/HotelCardDialog/index.tsx @@ -14,7 +14,7 @@ import Subtitle from "@/components/TempDesignSystem/Text/Subtitle" import styles from "./hotelCardDialog.module.css" -import { HotelCardDialogProps } from "@/types/components/hotelReservation/selectHotel/map" +import type { HotelCardDialogProps } from "@/types/components/hotelReservation/selectHotel/map" export default function HotelCardDialog({ pin, diff --git a/components/Maps/InteractiveMap/HotelMapContent/index.tsx b/components/Maps/InteractiveMap/HotelMapContent/index.tsx index 3581913b0..d91d4e039 100644 --- a/components/Maps/InteractiveMap/HotelMapContent/index.tsx +++ b/components/Maps/InteractiveMap/HotelMapContent/index.tsx @@ -11,7 +11,7 @@ import ScandicMarker from "../../Markers/Scandic" import styles from "./hotelMapContent.module.css" -import { PointOfInterest } from "@/types/hotel" +import type { PointOfInterest } from "@/types/hotel" export default function HotelMapContent({ coordinates,