feat(SW-237): Detached booking widget toggle graphql query from page settings
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import { mergeRouters } from "@/server/trpc"
|
||||
|
||||
import { bookingwidgetQueryRouter } from "./query"
|
||||
|
||||
export const bookingwidgetRouter = mergeRouters(bookingwidgetQueryRouter)
|
||||
Reference in New Issue
Block a user