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 (#2471)

Signed-off-by: Alex Culliere <alozhkin@mirantis.com>

Co-authored-by: Alex Culliere <alozhkin@mirantis.com>
This commit is contained in:
Alex 2021-04-08 17:25:42 +03:00 committed by GitHub
parent 465dcd0a66
commit 40f4631831
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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