fix(BOOK-559): Using same ContactInformation component on hotel pages and booking flow inside the hotel details sidepeek
Approved-by: Bianca Widstam
This commit is contained in:
@@ -10,13 +10,15 @@ import { safeProtectedServiceProcedure } from "../../procedures"
|
||||
import { getCityPageUrls } from "../../routers/contentstack/destinationCityPage/utils"
|
||||
import { getCountryPageUrls } from "../../routers/contentstack/destinationCountryPage/utils"
|
||||
import { getHotelPageUrls } from "../../routers/contentstack/hotelPage/utils"
|
||||
import { ApiCountry, type Country } from "../../types/country"
|
||||
import { ApiCountry } from "../../types/country"
|
||||
import { getCitiesByCountry } from "../hotels/services/getCitiesByCountry"
|
||||
import { getCountries } from "../hotels/services/getCountries"
|
||||
import { getLocationsByCountries } from "../hotels/services/getLocationsByCountries"
|
||||
import { filterAndCategorizeAutoComplete } from "./util/filterAndCategorizeAutoComplete"
|
||||
import { mapLocationToAutoCompleteLocation } from "./util/mapLocationToAutoCompleteLocation"
|
||||
|
||||
import type { Country } from "@scandic-hotels/common/constants/country"
|
||||
|
||||
import type { AutoCompleteLocation } from "./schema"
|
||||
|
||||
const destinationsAutoCompleteInputSchema = z.object({
|
||||
|
||||
Reference in New Issue
Block a user