We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a04c5e9 commit 54220f8Copy full SHA for 54220f8
src/store/actions/test.js
@@ -3,7 +3,7 @@
3
import * as actions from './';
4
import ActionTypes from './ActionTypes';
5
// Gutenberg imports
6
-import { getBlockType, serialize, createBlock } from '@wordpress/blocks';
+import { createBlock } from '@wordpress/blocks';
7
import { registerCoreBlocks } from '@gutenberg/core-blocks';
8
9
describe( 'Store', () => {
0 commit comments