import { __ } from '@wordpress/i18n'; export const UnsupportedTheme = () => (
{__('Not supported with this theme', 'code-block-pro')}
);