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

Add comment for moving ui blocks to own package

Signed-off-by: Juho Heikka <juho.heikka@gmail.com>
This commit is contained in:
Juho Heikka 2023-04-11 11:45:22 +03:00
parent a1b2f08648
commit f858637b96

View File

@ -12,6 +12,7 @@ export type ClusterOverviewUIBlock = {
orderNumber: number;
};
// this should be moved to cluster-overview package when there is one
export const clusterOverviewUIBlockInjectionToken = getInjectionToken<ClusterOverviewUIBlock>({
id: "cluster-overview-ui-block-injection-token",
});