feat: move overview page query to tRPC request

This commit is contained in:
Arvid Norlin
2024-04-18 14:45:55 +02:00
parent ed2cc59a87
commit c8cb832350
6 changed files with 139 additions and 93 deletions

View File

@@ -0,0 +1,3 @@
import { mergeRouters } from "@/server/trpc"
import { accountPageQueryRouter } from "./query"
export const accountPageRouter = mergeRouters(accountPageQueryRouter)