Skip to content

Commit

Permalink
Remove unused attr import
Browse files Browse the repository at this point in the history
  • Loading branch information
mkaz committed May 4, 2017
1 parent 31a51ae commit ab81b8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blocks/library/pullquote/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import './style.scss';
import { registerBlock, query as hpq } from 'api';
import Editable from 'components/editable';

const { children, query, attr } = hpq;
const { children, query } = hpq;

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

0 comments on commit ab81b8e

Please sign in to comment.