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