Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.

Commit

Permalink
feat: Expose compose module
Browse files Browse the repository at this point in the history
  • Loading branch information
SofiaSousa committed Oct 12, 2018
1 parent d2bdd4a commit 08789ce
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import '../scss/style.scss';
import * as blockLibrary from '@wordpress/block-library';
import * as blocks from '@wordpress/blocks';
import * as components from '@wordpress/components';
import * as compose from '@wordpress/compose';
import * as coreData from '@wordpress/core-data';
import * as data from '@wordpress/data';
import domReady from '@wordpress/dom-ready';
Expand All @@ -29,6 +30,7 @@ import 'gutenberg/block-library/style.scss';
window.wp.blockLibrary = blockLibrary;
window.wp.blocks = blocks;
window.wp.components = components;
window.wp.compose = compose;
window.wp.coreData = coreData;
window.wp.data = data;
window.wp.domReady = domReady;
Expand All @@ -46,6 +48,7 @@ export {
blockLibrary,
blocks,
components,
compose,
coreData,
data,
domReady,
Expand Down

0 comments on commit 08789ce

Please sign in to comment.