From 2c39868b39d04bca637543c1af8d3b700f83b1d0 Mon Sep 17 00:00:00 2001 From: Alex Andreev Date: Fri, 10 Feb 2023 13:35:53 +0300 Subject: [PATCH] Remove unused import Signed-off-by: Alex Andreev --- .../components/+namespaces/remove-subnamespace.injectable.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/core/src/renderer/components/+namespaces/remove-subnamespace.injectable.ts b/packages/core/src/renderer/components/+namespaces/remove-subnamespace.injectable.ts index 591547ae93..1d60545b9c 100644 --- a/packages/core/src/renderer/components/+namespaces/remove-subnamespace.injectable.ts +++ b/packages/core/src/renderer/components/+namespaces/remove-subnamespace.injectable.ts @@ -6,7 +6,6 @@ import { getInjectable } from "@ogre-tools/injectable"; import customResourceDefinitionStoreInjectable from "../+custom-resources/definition.store.injectable"; import apiManagerInjectable from "../../../common/k8s-api/api-manager/manager.injectable"; import showErrorNotificationInjectable from "../notifications/show-error-notification.injectable"; -import showSuccessNotificationInjectable from "../notifications/show-success-notification.injectable"; const removeSubnamespaceInjectable = getInjectable({ id: "remove-subnamespace",