mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Change imports to use extracted packages
Signed-off-by: Juho Heikka <juho.heikka@gmail.com>
This commit is contained in:
parent
dbb09b374a
commit
38c5339654
@ -6,7 +6,7 @@
|
|||||||
import { getRequestChannel } from "@k8slens/messaging";
|
import { getRequestChannel } from "@k8slens/messaging";
|
||||||
import type { PrometheusDetails } from "../../../../main/cluster/prometheus-handler/prometheus-handler";
|
import type { PrometheusDetails } from "../../../../main/cluster/prometheus-handler/prometheus-handler";
|
||||||
import type { ClusterId } from "../../../cluster-types";
|
import type { ClusterId } from "../../../cluster-types";
|
||||||
import type { PrometheusProvider } from "../../../../main/prometheus/provider";
|
import type { PrometheusProvider } from "@k8slens/prometheus";
|
||||||
|
|
||||||
type PrometheusProviderData = Pick<PrometheusProvider, "kind" | "name" | "isConfigurable">;
|
type PrometheusProviderData = Pick<PrometheusProvider, "kind" | "name" | "isConfigurable">;
|
||||||
|
|
||||||
|
|||||||
@ -4,7 +4,7 @@
|
|||||||
*/
|
*/
|
||||||
import React from "react";
|
import React from "react";
|
||||||
import { SubTitle } from "../layout/sub-title";
|
import { SubTitle } from "../layout/sub-title";
|
||||||
import { Icon } from "../icon";
|
import { Icon } from "@k8slens/icon";
|
||||||
|
|
||||||
|
|
||||||
export const NoPrometheusProviderDetected = () => (
|
export const NoPrometheusProviderDetected = () => (
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user