import config from '@automattic/calypso-config'; import { Gridicon } from '@automattic/components'; import { Button } from '@wordpress/components'; import { createInterpolateElement, Fragment } from '@wordpress/element'; import { __ } from '@wordpress/i18n'; import { localize } from 'i18n-calypso'; import BlazeProLogo from 'calypso/assets/images/blaze/blaze-pro-logo.png'; import './typekit'; import './blaze-pro.scss'; const BlazeProOauthMasterbar = () => { function onClick() { if ( document.referrer ) { window.location.href = document.referrer; } else { window.history.back(); } } const backNav = (