Skip to content

Commit

Permalink
(fix) Fix lodash import (#589)
Browse files Browse the repository at this point in the history
  • Loading branch information
denniskigen authored Jan 9, 2023
1 parent 901f07d commit 15ce86a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import {
ExtensionStore,
getExtensionStore,
} from "@openmrs/esm-extensions";
import isEqual from "lodash/isEqual";
import isEqual from "lodash-es/isEqual";

/**
* Gets the assigned extensions for a given extension slot name.
Expand Down

0 comments on commit 15ce86a

Please sign in to comment.