UNPKG

@nadeshikon/plugin-nextjs

Version:
13 lines (10 loc) 213 B
import { Button } from 'my-comps/button' export const config = { amp: true } export default function page() { return ( <> <p>Hello world</p> <Button>Click me</Button> </> ) }