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

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

)