Merged in chore/cleanup-booking-flow (pull request #2824)
chore: Cleanup booking-flow after migration * Remove unused types * Clean up exports, types, unused files etc in booking-flow Approved-by: Joakim Jäderberg
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import type { HotelPin } from "../../../HotelCardDialogListing/utils"
|
||||
import type { HotelResponse } from "../../helpers"
|
||||
|
||||
export function getVisibleHotelPins(
|
||||
function getVisibleHotelPins(
|
||||
map: google.maps.Map | null,
|
||||
filteredHotelPins: HotelPin[]
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user