import Link from 'next/link' import Copy from './Copy' import Bold from './Bold' import Component, { PageEl } from './Component'; export default p => Component(p, Page); const Page: PageEl = (props, state, refresh, getProps):JSX.Element => { return
{props.title}
{props.body}  payment type    payment type{ Copy(props.copyval||props.body) alerter("Hash link copied to clipboard.") }}/>
}