🏷️ Simplifica nombres de traits esenciales
Los traits `ExtensionTrait`, `ThemeTrait` y `ComponentTrait` pasan a ser `Extension`, `Theme`y `Component`, respectivamente,
This commit is contained in:
parent
ac0889cb8c
commit
bf3ea43b53
23 changed files with 78 additions and 79 deletions
|
@ -38,7 +38,7 @@ impl Default for Html {
|
|||
Html::with(|_| html! {})
|
||||
}
|
||||
}
|
||||
impl ComponentTrait for Html {
|
||||
impl Component for Html {
|
||||
fn new() -> Self {
|
||||
Html::default()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue