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:
parent
a1b2f08648
commit
f858637b96
@ -12,6 +12,7 @@ export type ClusterOverviewUIBlock = {
|
|||||||
orderNumber: number;
|
orderNumber: number;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
// this should be moved to cluster-overview package when there is one
|
||||||
export const clusterOverviewUIBlockInjectionToken = getInjectionToken<ClusterOverviewUIBlock>({
|
export const clusterOverviewUIBlockInjectionToken = getInjectionToken<ClusterOverviewUIBlock>({
|
||||||
id: "cluster-overview-ui-block-injection-token",
|
id: "cluster-overview-ui-block-injection-token",
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user