diff --git a/src/index.ts b/src/index.ts index a6f0294..092b7ee 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1 +1,5 @@ -export { type AppRouter, type AppRouterOutput } from '@/trpc/routers/_app' +export { + appRouter, + type AppRouter, + type AppRouterOutput, +} from '@/trpc/routers/_app'