first commit
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
/**
|
||||
* WordPress dependencies
|
||||
*/
|
||||
const {
|
||||
registerStore,
|
||||
} = wp.data;
|
||||
|
||||
/**
|
||||
* Internal dependencies
|
||||
*/
|
||||
import reducer from './reducer';
|
||||
import * as selectors from './selectors';
|
||||
import * as actions from './actions';
|
||||
|
||||
registerStore( 'canvas/breakpoint', { reducer, selectors, actions } );
|
||||
Reference in New Issue
Block a user