import { withAmp } from 'next/amp' export default withAmp(() => (
{/* I show a warning since the amp-video script isn't added */}
))