/** * Admin → Checkout – cashier station; find bidder, take payment, print receipt. * TODO: search bidders, show invoice, call /api/checkout/:bidderId/capture. */ export default function AdminCheckoutPage() { return (

Checkout

Cashier station — not yet implemented
); }