/** * WordPress dependencies */ import { _x } from '@safe-wordpress/i18n'; /** * Internal dependencies */ import './style.scss'; export const Original = (): JSX.Element => (

{ _x( 'Current appearance with no extra changes', 'text', 'nelio-ab-testing' ) }

);