File "index.js"
Full Path: /home/rattkxnv/byattorney.com/wp-content/plugins/generateblocks/src/components/flex-control/index.js
File size: 147 bytes
MIME-type: text/x-java
Charset: utf-8
import './editor.scss';
export default function FlexControl( { children } ) {
return <div className="gblocks-flex-control">{ children }</div>;
}