feat: improve structure and error handling
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
import { mergeRouters } from "@/server/trpc"
|
||||
|
||||
import { accountPageQueryRouter } from "./query"
|
||||
|
||||
export const accountPageRouter = mergeRouters(accountPageQueryRouter)
|
||||
|
||||
Reference in New Issue
Block a user