# automatic-youtube-gallery/1.4.0/block/src/blocks.js

Automatic YouTube Gallery – Embed Auto-Updating YouTube Video Galleries, Feeds, Playlists &amp; Channels, version 1.4.0. 13 lines.

- Page: https://pluginprobe.com/plugins/automatic-youtube-gallery/1.4.0/code/block/src/blocks.js
- Raw: https://pluginprobe.com/plugins/automatic-youtube-gallery/1.4.0/raw/block/src/blocks.js
- Modified: 2018-12-12T04:13:02+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/automatic-youtube-gallery/1.4.0/code/block/src/blocks.js#L10-L20`.

```javascript
/**
 * 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.
 */

import './block/index.js';

```
