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

Exporting search input component (#2521)

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
Alex Andreev 2021-04-15 14:02:13 +03:00 committed by GitHub
parent 126d542335
commit e5f613ead7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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