# codoc/0.9.59/src/blocks.js

codoc, version 0.9.59. 13 lines.

- Page: https://pluginprobe.com/plugins/codoc/0.9.59/code/src/blocks.js
- Raw: https://pluginprobe.com/plugins/codoc/0.9.59/raw/src/blocks.js
- Modified: 2019-08-19T01:21:32+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/codoc/0.9.59/code/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/block.js';

```
