File "editor.js"

Full Path: /home/warrior1/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-videopress/src/client/block-editor/blocks/video/editor.js
File size: 185 bytes
MIME-type: text/x-java
Charset: utf-8

/**
 * Internal dependencies
 */
import registerJetpackBlock from '../../../shared/register-jetpack-block';
import { name, settings } from '.';

registerJetpackBlock( name, settings );