1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Remove unused import

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
Alex Andreev 2023-02-10 13:35:53 +03:00
parent ff9cbfb78b
commit 2c39868b39

View File

@ -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",