PR fixes
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user