feat(SW-237): Fixed imports

This commit is contained in:
Hrishikesh Vaipurkar
2024-08-21 16:25:33 +02:00
parent 097ef701e5
commit 4d25573289
5 changed files with 6 additions and 4 deletions

View File

@@ -1,5 +1,6 @@
import { router } from "@/server/trpc";
import { navigationRouter } from "./navigation";
import { router } from "@/server/trpc"
import { navigationRouter } from "./navigation"
export const myPagesRouter = router({
navigation: navigationRouter,