import { NavBar, Icon, WingBlank } from 'antd-mobile' import { withRouter } from 'next/router' import Head from 'next/head' export default withRouter(({ router, children, title }) => (
{title} } onLeftClick={() => router.back()} > Ant Design Mobile example

{title}

{children}
))