import { router } from "../../../.." import { room } from "./room" import { rooms } from "./rooms" export const selectRate = router({ room, rooms, })