Skip to content

Commit 3cd165b

Browse files
committed
Fix error boundary
1 parent 64b02c7 commit 3cd165b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

assets/src/js/pro/blocks-v3/components/error-boundary.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import { Component, createContext } from '@wordpress/element';
2-
import { Placeholder, Button, Icon } from '@wordpress/components';
3-
import { blockDefault as blockIcon } from '@wordpress/icons';
2+
import { BlockPlaceholder } from './block-placeholder';
43

54
// Create context outside the class
65
export const ErrorBoundaryContext = createContext( null );

0 commit comments

Comments
 (0)