Merged in chore/navigation-router-spelling-error (pull request #2115)

chore: correct spelling of navigationRouter

* chore: correct spelling of navigationRouter


Approved-by: Erik Tiekstra
This commit is contained in:
Chuma Mcphoy (We Ahead)
2025-05-16 07:41:49 +00:00
parent f36ad39cc6
commit d489bc7aed
2 changed files with 3 additions and 3 deletions

View File

@@ -2,4 +2,4 @@ import { router } from "@/server/trpc"
import { myPagesNavigation } from "./mypages/index"
export const navitaionRouter = router({ myPages: myPagesNavigation })
export const navigationRouter = router({ myPages: myPagesNavigation })