Skip to content

Commit 54220f8

Browse files
committed
removed unused imports
1 parent a04c5e9 commit 54220f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/store/actions/test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import * as actions from './';
44
import ActionTypes from './ActionTypes';
55
// Gutenberg imports
6-
import { getBlockType, serialize, createBlock } from '@wordpress/blocks';
6+
import { createBlock } from '@wordpress/blocks';
77
import { registerCoreBlocks } from '@gutenberg/core-blocks';
88

99
describe( 'Store', () => {

0 commit comments

Comments
 (0)