rsnext/test/integration/export-default-map/pages/index.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

4 lines
123 B
JavaScript

import { withAmp } from 'next/amp'
export default withAmp(() => <p>Simple hybrid amp/non-amp page</p>, {
hybrid: true
})