Skip to content

Commit 724eb25

Browse files
committed
update lodash import
1 parent a589f76 commit 724eb25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/utils/form.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import {
55
serialize,
66
} from "@shoelace-style/shoelace/dist/utilities/form.js";
77
import type { LitElement } from "lit";
8-
import { isEqual } from "lodash/fp";
8+
import isEqual from "lodash/fp/isEqual";
99
import type { EmptyObject } from "type-fest";
1010

1111
import localize from "./localize";

0 commit comments

Comments
 (0)