in src/components/App/index.js [19:22]
function CustomerId() { let { id } = useParams() return <Customer customerId={id} /> }