1
0
mirror of https://github.com/lensapp/lens.git synced 2024-08-16 04:40:24 +03:00

chore: Fix lint after rebase

Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
Sebastian Malton 2023-05-31 10:10:53 -04:00
parent b3990b535e
commit f6cc1b00c2

View File

@ -6,7 +6,7 @@ import { sidebarItemInjectionToken } from "@k8slens/cluster-sidebar";
import { noop } from "@k8slens/utilities";
import { getInjectable } from "@ogre-tools/injectable";
import React from "react";
import { Icon } from "../icon";
import { Icon } from "@k8slens/icon";
const customResourcesSidebarItemInjectable = getInjectable({
id: "sidebar-item-custom-resources",