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