Skip to content

Commit

Permalink
remove internal dependencies block
Browse files Browse the repository at this point in the history
  • Loading branch information
vcanales committed Jan 18, 2024
1 parent 831db3d commit 86e6be7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/block-editor/src/hooks/supports.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
*/
import { getBlockSupport, hasBlockSupport } from '@wordpress/blocks';
import { Platform } from '@wordpress/element';
/**
* Internal dependencies
*/

const ALIGN_SUPPORT_KEY = 'align';
const ALIGN_WIDE_SUPPORT_KEY = 'alignWide';
const BORDER_SUPPORT_KEY = '__experimentalBorder';
Expand Down

0 comments on commit 86e6be7

Please sign in to comment.