📦 update: 6.6.8

This commit is contained in:
Kelly Mears
2022-12-31 11:20:49 -08:00
parent 0f0fd6995a
commit fce1ab7da6
7 changed files with 952 additions and 764 deletions

View File

@@ -1,4 +1,4 @@
import { domReady } from '@roots/sage/client';
import domReady from '@roots/sage/client/dom-ready';
/**
* Application entrypoint

View File

@@ -1,4 +1,4 @@
import { domReady } from '@roots/sage/client';
import domReady from '@roots/sage/client/dom-ready';
import { registerBlockStyle, unregisterBlockStyle } from '@wordpress/blocks';
/**