fix(SW-1111) import type

This commit is contained in:
Pontus Dreij
2024-12-10 13:20:46 +01:00
parent f3a9bf05eb
commit ad0a6cea7b

View File

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