We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64b02c7 commit 3cd165bCopy full SHA for 3cd165b
assets/src/js/pro/blocks-v3/components/error-boundary.js
@@ -1,6 +1,5 @@
1
import { Component, createContext } from '@wordpress/element';
2
-import { Placeholder, Button, Icon } from '@wordpress/components';
3
-import { blockDefault as blockIcon } from '@wordpress/icons';
+import { BlockPlaceholder } from './block-placeholder';
4
5
// Create context outside the class
6
export const ErrorBoundaryContext = createContext( null );
0 commit comments