Skip to content

Commit

Permalink
Fix missing store
Browse files Browse the repository at this point in the history
  • Loading branch information
getdave authored and scruffian committed Apr 22, 2024
1 parent 214ee29 commit b23f43d
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
*/
import { useSelect } from '@wordpress/data';
import { __ } from '@wordpress/i18n';
import { privateApis as editorPrivateApis } from '@wordpress/editor';
import {
privateApis as editorPrivateApis,
store as editorStore,
} from '@wordpress/editor';

/**
* Internal dependencies
Expand Down

0 comments on commit b23f43d

Please sign in to comment.