rsnext/packages/next-codemod/transforms/__testfixtures__/withamp-to-config/full-amp-inline.input.js
2020-08-10 11:14:53 +02:00

5 lines
138 B
JavaScript

import { withAmp, withAmp as alternative } from 'next/amp'
export default alternative(function Home() {
return <h1>My AMP Page</h1>
})