import { useParams, Link } from 'react-router-dom' import './screens.css' /** The lead file. Built once the detail view is seeded. */ export default function Lead() { const { instanceId } = useParams() return (

Lead {instanceId}

Evidence, attribution and the referral file.

Back to the queue
Not built yet.

The lead file reads the zk-dv-lead detail view and the live activity forms. Both arrive with the next app-config pass.

) }