Skip to content

Commit

Permalink
chore: Fix lint after rebase
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Malton <sebastian@malton.name>
  • Loading branch information
Nokel81 committed May 31, 2023
1 parent b3990b5 commit f6cc1b0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit f6cc1b0

Please sign in to comment.