rsnext/test/integration/amphtml/pages/root-hmr.js
Joe Haddad b3170d2648
Format missed files (#7464)
* Format missed files

* Remove unnecessary rule

* Fix type error
2019-05-29 18:19:32 -07:00

3 lines
90 B
JavaScript

import { withAmp } from 'next/amp'
export default withAmp(() => <p>I'm an AMP page!</p>)