/** * External dependencies */ import { __ } from '@wordpress/i18n'; import { QRCodeSVG } from 'qrcode.react'; export const MobileAppInstallationInfo = () => { return (

{ __( 'Scan the code above to download the WooCommerce mobile app, or visit woocommerce.com/mobile from your mobile device.', 'woocommerce' ) }

); };