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