File "stores.js"

Full Path: /home/rattkxnv/byattorney.com/wp-content/plugins/generateblocks/src/editor/stores.js
File size: 223 bytes
MIME-type: text/x-java
Charset: utf-8

import { register } from '@wordpress/data';
import {
	currentStyleStore,
	atRuleStore,
	nestedRuleStore,
} from '../store/block-styles';

register( currentStyleStore );
register( atRuleStore );
register( nestedRuleStore );