import edit from './edit.js' const { registerBlockType } = wp.blocks const NAME = '' registerBlockType(NAME + '/events-list', { edit })