import { AppShell } from "@/components/AppShell"; import { Captura } from "@/components/Captura"; /** Daily capture, opened on the manual (key-by-hand) mode. */ export default function BatchCapturePage() { return ( ); }