import { __ } from '@wordpress/i18n'; import { PanelRow, TextControl } from '@wordpress/components'; export const RangeControls = ({ attributes, onChange }) => ( <> );