Skip to content

Commit de91088

Browse files
committed
Remove unused
1 parent 257c41e commit de91088

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/utils.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@ import isArray from "lodash-es/isArray";
44
import isDate from "lodash-es/isDate";
55
import isFunction from "lodash-es/isFunction";
66
import isObject from "lodash-es/isObject";
7-
import isEqual from "lodash-es/isEqual";
87
import map from "lodash-es/map";
9-
import { ModelTypeTree, Payload, IndexedObject } from "./types";
8+
import { ModelTypeTree, Payload } from "./types";
109

1110
export async function applyModifier(
1211
modifier: string,

0 commit comments

Comments
 (0)