💥 OneComponents are now TypedComponents

This commit is contained in:
Manuel Cillero 2023-08-19 11:37:01 +02:00
parent 66117992c1
commit f2031307d7
23 changed files with 301 additions and 313 deletions

View file

@ -13,8 +13,8 @@ pub enum InputType {
Url,
}
type InputLabel = ComponentOne<L10n>;
type InputHelpText = ComponentOne<L10n>;
type InputLabel = TypedComponent<L10n>;
type InputHelpText = TypedComponent<L10n>;
#[rustfmt::skip]
#[derive(Default)]