Wordpress-plugin-Gutenberg-.../src/blocks.js

14 lines
364 B
JavaScript
Raw Normal View History

2021-08-01 17:27:57 +02:00
/**
* Gutenberg Blocks
*
* All blocks related JavaScript files should be imported here.
* You can create a new block folder in this dir and include code
* for that block here as well.
*
* All blocks should be included here since this is the file that
* Webpack is compiling as the input file.
*/
2021-08-04 12:28:43 +02:00
import './mobilizon-helper.js'
2021-08-01 17:27:57 +02:00
import './block/block.js';