From fafd626ec479000b06c23474cff030cf74d029d2 Mon Sep 17 00:00:00 2001 From: Mads Rasmussen Date: Fri, 23 Feb 2024 15:07:28 +0100 Subject: [PATCH] remove export of clamp --- src/Umbraco.Web.UI.Client/src/external/lodash/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Umbraco.Web.UI.Client/src/external/lodash/index.ts b/src/Umbraco.Web.UI.Client/src/external/lodash/index.ts index 50d5b88be4..654e65e41a 100644 --- a/src/Umbraco.Web.UI.Client/src/external/lodash/index.ts +++ b/src/Umbraco.Web.UI.Client/src/external/lodash/index.ts @@ -1 +1 @@ -export { debounce, clamp, camelCase } from 'lodash-es'; +export { debounce, camelCase } from 'lodash-es';