mirror of
https://github.com/kennethnym/aris.git
synced 2026-02-02 13:11:17 +00:00
6 lines
114 B
TypeScript
6 lines
114 B
TypeScript
|
|
import { router } from "./trpc.ts"
|
||
|
|
|
||
|
|
export const appRouter = router({})
|
||
|
|
|
||
|
|
export type AppRouter = typeof appRouter
|