PR fixes
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
import { Suspense } from "react"
|
||||
|
||||
import { serverClient } from "@/lib/trpc/server"
|
||||
|
||||
import { GiftIcon, SearchIcon } from "@/components/Icons"
|
||||
@@ -10,9 +8,7 @@ import HeaderLink from "../HeaderLink"
|
||||
|
||||
import styles from "./topMenu.module.css"
|
||||
|
||||
import type { TopMenuProps } from "@/types/components/header/topMenu"
|
||||
|
||||
export default async function TopMenu({}: TopMenuProps) {
|
||||
export default async function TopMenu() {
|
||||
const [intl, languages, headerData] = await Promise.all([
|
||||
getIntl(),
|
||||
serverClient().contentstack.languageSwitcher.get(),
|
||||
|
||||
Reference in New Issue
Block a user