import { ScannerCheckoutContent } from './ScannerCheckoutSheet.js'; export default function ScannerReview({ queue, collections, variant, onOpenListPicker, }) { if (variant === 'side-panel') { const cartCount = queue.scannedCards.filter((card) => !card.processed).length; return (
Scanned cards appear here. Use Review to commit when ready.