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,6 +1,7 @@
import { homeHrefs } from "@/constants/homeHrefs"
import { env } from "@/env/server"
import { serverClient } from "@/lib/trpc/server"
import { getLang } from "@/i18n/serverContext"
import { MainMenu } from "./MainMenu"