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