Actualiza nomenclatura de tipos

This commit is contained in:
Manuel Cillero 2022-05-15 20:12:59 +02:00
parent 72f5144b75
commit 96cbbb0c3c
24 changed files with 73 additions and 73 deletions

View file

@ -46,7 +46,7 @@ impl ComponentTrait for Paragraph {
self.weight
}
fn default_render(&self, _: &mut Context) -> Markup {
fn default_render(&self, _: &mut InContext) -> Markup {
html! {
p id=[self.id()] class=[self.classes()] { (*self.html()) }
}