react-code-dataset
/
next.js
/crates
/next-custom-transforms
/tests
/fixture
/page-config
/amp-true
/input.js
| export const config = { amp: true } | |
| function About(props) { | |
| return <h3>My AMP About Page!</h3> | |
| } | |
| export default About | |