import { PageShellHeader as PageShellHeaderBase, PageShellHeaderProps as PageShellHeaderPropsBase, } from '@graphcommerce/next-ui' import React from 'react' import Logo from './Logo' type PageShellHeaderProps = Omit export default function PageShellHeader(props: PageShellHeaderProps) { return } {...props} /> }