import { QRCodeSVG } from 'qrcode.react'; export function Invoice({ invoice }: { invoice: string }) { return (