chore: correct spelling of navigationRouter * chore: correct spelling of navigationRouter Approved-by: Erik Tiekstra
6 lines
164 B
TypeScript
6 lines
164 B
TypeScript
import { router } from "@/server/trpc"
|
|
|
|
import { myPagesNavigation } from "./mypages/index"
|
|
|
|
export const navigationRouter = router({ myPages: myPagesNavigation })
|