Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
glendaviesnz committed Nov 20, 2023
1 parent 12ed8b5 commit e445e5f
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions packages/block-library/src/block/edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,7 @@ import {
privateApis as blockEditorPrivateApis,
store as blockEditorStore,
} from '@wordpress/block-editor';
import {
getBlockSupport,
parse,
serializeRawBlock,
getSaveContent,
serialize,
} from '@wordpress/blocks';
import { getBlockSupport, parse, serialize } from '@wordpress/blocks';

/**
* Internal dependencies
Expand Down

0 comments on commit e445e5f

Please sign in to comment.