From ad0a6cea7b8427d69611d6ebd1e10c366538799f Mon Sep 17 00:00:00 2001 From: Pontus Dreij Date: Tue, 10 Dec 2024 13:20:46 +0100 Subject: [PATCH] fix(SW-1111) import type --- types/components/hotelReservation/selectHotel/map.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/components/hotelReservation/selectHotel/map.ts b/types/components/hotelReservation/selectHotel/map.ts index d076ee7c1..48ceaa505 100644 --- a/types/components/hotelReservation/selectHotel/map.ts +++ b/types/components/hotelReservation/selectHotel/map.ts @@ -10,7 +10,7 @@ import { CategorizedFilters, Filter } from "./hotelFilters" import { SelectHotelSearchParams } from "./selectHotelSearchParams" import type { Coordinates } from "@/types/components/maps/coordinates" -import { Location } from "@/types/trpc/routers/hotel/locations" +import type { Location } from "@/types/trpc/routers/hotel/locations" export interface HotelListingProps { hotels: HotelData[]