import { mergeRouters } from "../.." import { hotelQueryRouter } from "./query" export const hotelsRouter = mergeRouters(hotelQueryRouter)