[BLOG] Remove after 5.1 is stable
|
export async function HeaderWrapper(): // @ts-expect-error TODO: [BLOG] Remove after 5.1 is stable |
import { Header } from './client/Header'
export async function HeaderWrapper(): // @ts-expect-error TODO: [BLOG] Remove after 5.1 is stable
JSX.Element {
return (
<header className="sticky top-0 z-50 mx-auto w-full flex-none overflow-clip border-b-2 border-black bg-white text-black dark:border-white dark:bg-slate-700 dark:text-white md:h-14">
<Header />
</header>
)
}
ab0e5563beabd8aa7bcb1f89e43c969a91c8b3da
[BLOG] Remove after 5.1 is stable
websites/apps/next-blog/src/app/components/HeaderWrapper.tsx
Line 3 in 20e0fec
ab0e5563beabd8aa7bcb1f89e43c969a91c8b3da