'use client' import React from 'react' import { QRCodeUpload } from '@/components/QRCodeUpload' import type { VocabWorksheetHook } from '../types' export function QRCodeModal({ h }: { h: VocabWorksheetHook }) { const { isDark } = h return (