Skip to content

Commit

Permalink
Fix missing store
Browse files Browse the repository at this point in the history
  • Loading branch information
getdave committed Feb 21, 2024
1 parent 9310ed9 commit 849262a
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 849262a

Please sign in to comment.