Skip to content

Commit

Permalink
import lodash
Browse files Browse the repository at this point in the history
  • Loading branch information
jomurgel committed Sep 21, 2018
1 parent 3a080eb commit 12f0e93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/blocks/recent-posts/recent-posts.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/**
* External dependencies
*/
import _isUndefined from 'lodash/isUndefined';
import _pickBy from 'lodash/pickBy';
import { isUndefined, pickBy } from 'lodash';

import moment from 'moment';
import classnames from 'classnames';
import { stringify } from 'querystringify';
Expand Down

0 comments on commit 12f0e93

Please sign in to comment.