Skip to content

Commit

Permalink
use lodash-es instead of lodash
Browse files Browse the repository at this point in the history
  • Loading branch information
afdev82 committed Mar 18, 2022
1 parent 938f7cf commit ab3e829
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package/src/picture_editors.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import debounce from "lodash/debounce"
import max from "lodash/max"
import debounce from "lodash-es/debounce"
import max from "lodash-es/max"
import { get } from "./utils/ajax"
import ImageLoader from "./image_loader"

Expand Down

0 comments on commit ab3e829

Please sign in to comment.