Skip to content

Commit

Permalink
Blocks: Fix inserting image blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
youknowriad committed May 31, 2017
1 parent dce3dd8 commit cb45cf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/placeholder/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import classnames from 'classnames';
* Internal dependencies
*/
import './style.scss';
import { Dashicon } from 'components';
import { Dashicon } from '../';

function Placeholder( { icon, children, label, instructions, className, ...additionalProps } ) {
const classes = classnames( 'components-placeholder', className );
Expand Down

0 comments on commit cb45cf8

Please sign in to comment.