common
6 years ago
google-docs
6 years ago
google-drawings
6 years ago
google-forms
6 years ago
google-maps
6 years ago
google-sheets
6 years ago
google-slides
6 years ago
twitch
6 years ago
wistia
6 years ago
blocks.js
6 years ago
common.scss
6 years ago
init.php
6 years ago
blocks.js
20 lines
| 1 | /** |
| 2 | * Gutenberg Blocks |
| 3 | * |
| 4 | * All blocks related JavaScript files should be imported here. |
| 5 | * You can create a new block folder in this dir and include code |
| 6 | * for that block here as well. |
| 7 | * |
| 8 | * All blocks should be included here since this is the file that |
| 9 | * Webpack is compiling as the input file. |
| 10 | */ |
| 11 | |
| 12 | import './google-docs/index.js'; |
| 13 | import './google-slides/index.js'; |
| 14 | import './google-sheets/index.js'; |
| 15 | import './google-forms/index.js'; |
| 16 | import './google-drawings/index.js'; |
| 17 | import './google-maps/index.js'; |
| 18 | import './twitch/index.js'; |
| 19 | import './wistia/index.js'; |
| 20 |