import { __ } from "@wordpress/i18n"; const DynamicShortcodeInput = ({ attributes: { shortcode }, shortCodeList, shortcodeUpdate }) => { return (
); }; export default DynamicShortcodeInput;