This commit is contained in:
Linus Flood
2024-09-17 08:09:29 +02:00
parent 880d81b502
commit a6222255d4
10 changed files with 14 additions and 21 deletions
+3 -5
View File
@@ -5,15 +5,13 @@ import Image from "@/components/Image"
import { getIntl } from "@/i18n"
import { getLang } from "@/i18n/serverContext"
import MobileMenuServer from "./MobileMenuServer"
import MyPagesMenuServer from "./MyPagesMenuServer"
import MobileMenuServer from "./MobileMenuWrapper"
import MyPagesMenuServer from "./MyPagesMenuWrapper"
import NavigationMenu from "./NavigationMenu"
import styles from "./mainMenu.module.css"
import type { MainMenuProps } from "@/types/components/header/mainMenu"
export default async function MainMenu({}: MainMenuProps) {
export default async function MainMenu() {
const lang = getLang()
const intl = await getIntl()