import { useScan } from '../hooks/useScan'; export default function ScanButton() { const scan = useScan(); return ( ); }