File "index.js"
Full Path: /home/diablzlo/glucosebalnce.com/wp-content/plugins/seo-by-rank-math-pro/includes/modules/local-seo/blocks/local-business/src/index.js
File size: 209 bytes
MIME-type: text/plain
Charset: utf-8
/**
* WordPress dependencies
*/
import { registerBlockType } from '@wordpress/blocks'
/**
* Internal dependencies
*/
import edit from './edit'
registerBlockType( 'rank-math/local-business', {
edit,
} )