import { AppShell } from "@/components/AppShell"; import { Captura } from "@/components/Captura"; /** * Same capture screen as `/estado-cuenta/lote`, opened on the automatic * (scanned recibos + OCR) mode. Kept as its own route so links from a batch * review page and older bookmarks land on the right tab. */ export default function RecibosPage() { return ( ); }