Actualiza el componente Chunck para llamarse Html

This commit is contained in:
Manuel Cillero 2022-07-23 08:08:25 +02:00
parent bd5ccdef8a
commit 280fa4cac1
5 changed files with 17 additions and 17 deletions

View file

@ -48,7 +48,7 @@ pub async fn summary() -> ResultPage<Markup, FatalError> {
"content",
grid::Row::new()
.with_column(grid::Column::new().with_component(side_menu))
.with_column(grid::Column::new().with_component(Chunck::with(html! {
.with_column(grid::Column::new().with_component(Html::with(html! {
p { "Columna 2"}
}))),
)