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

replaced with export from @k8slens/button to maintain backwards compatibility

Signed-off-by: Gabriel <gaccettola@mirantis.com>
This commit is contained in:
Gabriel 2023-04-20 14:07:06 +02:00 committed by Sebastian Malton
parent 76c11aa697
commit ee4fbc37cc

View File

@ -36,6 +36,7 @@ export * from "../../renderer/components/layout/wizard-layout";
export * from "../../renderer/components/layout/tab-layout";
// form-controls
export * from "@k8slens/button";
export * from "../../renderer/components/checkbox";
export * from "../../renderer/components/radio";
export * from "../../renderer/components/select";