export const config = { amp: true } const Comp = () => (

Hello world!

) Comp.getInitialProps = () => ({}) export default Comp