Skip to content

Commit ab81b8e

Browse files
committed
Remove unused attr import
1 parent 31a51ae commit ab81b8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blocks/library/pullquote/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import './style.scss';
55
import { registerBlock, query as hpq } from 'api';
66
import Editable from 'components/editable';
77

8-
const { children, query, attr } = hpq;
8+
const { children, query } = hpq;
99

1010
registerBlock( 'core/pullquote', {
1111
title: wp.i18n.__( 'Pullquote' ),

0 commit comments

Comments
 (0)