import { Button } from 'my-comps/button' export const config = { amp: true } const Index = () => ( <>

Hello world

) export default Index