Skip to content

Commit

Permalink
changed import format to work with Stackblitz
Browse files Browse the repository at this point in the history
  • Loading branch information
Smef committed Jun 7, 2024
1 parent 3119b56 commit 8a08505
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/composables/useForm.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import isEqual from "lodash-es/isEqual";
import { isEqual } from "lodash-es";
import { reactive, watch } from "vue";
import type { NitroFetchRequest } from "nitropack";
import type FormDataConvertible from "~/types/FormDataconvertible";
Expand Down

0 comments on commit 8a08505

Please sign in to comment.