import { initTRPC } from "@trpc/server"; const t = initTRPC.create(); export { t };