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

Remove new extension API export

Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
Sebastian Malton 2022-03-16 08:47:15 -04:00
parent a8f5d576a3
commit e8e1f191aa

View File

@ -62,7 +62,6 @@ export * from "../../renderer/components/layout/sub-title";
export * from "../../renderer/components/input/search-input";
export * from "../../renderer/components/chart/bar-chart";
export * from "../../renderer/components/chart/pie-chart";
export { ReactiveDuration, type ReactiveDurationProps } from "../../renderer/components/duration/reactive-duration";
// kube helpers
export * from "../../renderer/components/kube-detail-params";