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

I'm an AMP page!

{new Date().getTime()} ))