import { ExternalLink } from '@automattic/components';
import { useTranslate } from 'i18n-calypso';
import { TokenQRCode } from './index';
export const JetpackQRCodeLogin = ( { tokenState } ) => {
const translate = useTranslate();
const steps = [
// translation: Link to the Jetpack App.
translate( 'Open the {{link}}%(name)s App{{/link}} on your phone.', {
args: {
name: 'Jetpack',
},
components: {
link: (
{ notice }