Skip to content

Commit

Permalink
Import deprecated from own package (#7587)
Browse files Browse the repository at this point in the history
  • Loading branch information
Soean authored Jun 27, 2018
1 parent 2fca405 commit 3318cb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editor/components/colors/with-colors.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { find, get, isFunction, isString, kebabCase, reduce, upperFirst } from '
*/
import { createHigherOrderComponent, Component, compose } from '@wordpress/element';
import { withSelect } from '@wordpress/data';
import { deprecated } from '@wordpress/utils';
import deprecated from '@wordpress/deprecated';

/**
* Internal dependencies
Expand Down

0 comments on commit 3318cb3

Please sign in to comment.