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

Export sub-title component to extensions API

Signed-off-by: Alex Culliere <alozhkin@mirantis.com>
This commit is contained in:
Alex Culliere 2021-04-08 15:04:23 +03:00
parent 8c5f0ddfe3
commit 2940f53b5d

View File

@ -1,4 +1,5 @@
// Common UI components
export * from "../../renderer/components/layout/sub-title";
// layouts
export * from "../../renderer/components/layout/page-layout";