From 8b3c7c13c5b71cae26a33f5620e5663cf845b173 Mon Sep 17 00:00:00 2001 From: catloversg <152669316+catloversg@users.noreply.github.com> Date: Sun, 5 Apr 2026 06:39:24 +0700 Subject: [PATCH] CODEBASE: Use type-only imports in ArrayHelpers.ts (#2630) --- src/utils/helpers/ArrayHelpers.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.