From a6248b918b9a4e43dffe5b94c84844c4d9dd70d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Lyngs=C3=B8?= Date: Sun, 3 Mar 2024 22:24:24 +0100 Subject: [PATCH] clean up imports --- .../src/packages/user/user/entity-actions/manifests.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Umbraco.Web.UI.Client/src/packages/user/user/entity-actions/manifests.ts b/src/Umbraco.Web.UI.Client/src/packages/user/user/entity-actions/manifests.ts index eef2f0f072..4d4d239dcb 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/user/user/entity-actions/manifests.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/user/user/entity-actions/manifests.ts @@ -1,7 +1,5 @@ import { UMB_CHANGE_USER_PASSWORD_REPOSITORY_ALIAS, - UMB_DISABLE_USER_REPOSITORY_ALIAS, - UMB_ENABLE_USER_REPOSITORY_ALIAS, UMB_UNLOCK_USER_REPOSITORY_ALIAS, UMB_USER_DETAIL_REPOSITORY_ALIAS, UMB_USER_ITEM_REPOSITORY_ALIAS,