File "index.js"
Full Path: /home/elegucvf/public_html/video/wp-content/plugins/post-views-counter/blocks/most-viewed-posts/src/index.js
File size: 165 bytes
MIME-type: text/plain
Charset: utf-8
import { registerBlockType } from '@wordpress/blocks';
import Edit from './edit';
registerBlockType( "post-views-counter/most-viewed-posts", {
edit: Edit
} );