diff --git a/src/utils/helpers/ArrayHelpers.ts b/src/utils/helpers/ArrayHelpers.ts index ce6e35a2d..943d5ef18 100644 --- a/src/utils/helpers/ArrayHelpers.ts +++ b/src/utils/helpers/ArrayHelpers.ts @@ -1,4 +1,4 @@ -import { Truthy } from "lodash"; +import type { Truthy } from "lodash"; /** * Returns the input array as a comma separated string.