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[]