1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
lens/packages/technical-features/ui-components/index.ts
Janne Savolainen 99b0c8639f
Introduce Element pattern to reduce duplication in UI code
Co-authored-by: Mikko Aspiala <mikko.aspiala@gmail.com>

Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
2023-04-17 11:43:33 +03:00

4 lines
94 B
TypeScript

export { uiComponentsFeature } from "./src/feature";
export * from "./src/element/elements";