import { useAmp, withAmp } from 'next/amp' export default withAmp(() => (

I'm an {useAmp() ? 'AMP' : 'normal'} page

), { hybrid: true })