chore(ui_components): export text inputs (#138)

This commit is contained in:
Malo Léon 2023-02-16 10:23:37 +01:00 committed by Hugo Pointcheval
parent 16ed1e27a7
commit 6e4b494905
Signed by: hugo
GPG Key ID: 3AAC487E131E00BC

View File

@ -24,4 +24,5 @@ export './loader_component.dart';
export './loader_style.dart'; export './loader_style.dart';
export './loading_widget_component.dart'; export './loading_widget_component.dart';
export './rich_text_builder/rich_text_builder.dart'; export './rich_text_builder/rich_text_builder.dart';
export './text_input_component.dart';
export './theme_style.dart'; export './theme_style.dart';