Update react/components/lcp/IconSelectControl iconselectcontrol.js
This commit is contained in:
@ -2,7 +2,7 @@ import { __ } from '@wordpress/i18n';
|
||||
import { useBlockProps, InspectorControls } from '@wordpress/block-editor';
|
||||
import { PanelBody, SelectControl, TextControl } from '@wordpress/components';
|
||||
import { useState, useEffect } from '@wordpress/element';
|
||||
import IconSelectControl from './IconSelectControl'; // Import the new component
|
||||
|
||||
import './editor.scss';
|
||||
|
||||
export default function Edit(props) {
|
||||
Reference in New Issue
Block a user