Skip to content

Commit

Permalink
Fix bad import
Browse files Browse the repository at this point in the history
  • Loading branch information
tyxla committed Feb 23, 2023
1 parent 7dbd578 commit 54bdc5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-library/src/missing/edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import { safeHTML } from '@wordpress/dom';
/**
* Internal dependencies
*/
import { getAsyncBlocks } from '../../';
import { getAsyncBlocks } from '../';

function MissingBlockWarning( { attributes, convertToHTML, clientId } ) {
const asyncBlocks = [ ...new Set( getAsyncBlocks().flat() ) ];
Expand Down

0 comments on commit 54bdc5b

Please sign in to comment.