import { router } from "../../.." import { get } from "./get" import { urls } from "./urls" export const locationsRouter = router({ get, urls, })