Skip to content

Commit

Permalink
Fix pullquote import (#15036)
Browse files Browse the repository at this point in the history
  • Loading branch information
talldan authored Apr 18, 2019
1 parent ddf0cd7 commit 3b31a8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-library/src/pullquote/save.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import {
/**
* Internal dependencies
*/
import { SOLID_COLOR_CLASS } from './edit';
import { SOLID_COLOR_CLASS } from './shared';

export default function save( { attributes } ) {
const { mainColor, customMainColor, textColor, customTextColor, value, citation, className } = attributes;
Expand Down

0 comments on commit 3b31a8b

Please sign in to comment.