--- import Copy from '@components/Copy.astro' type Props = { address: string title: string } const { address, title }: Props = Astro.props ---

{title}

{address}