Actualiza el componente Chunck para llamarse Html
This commit is contained in:
parent
bd5ccdef8a
commit
280fa4cac1
5 changed files with 17 additions and 17 deletions
|
|
@ -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"}
|
||||
}))),
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue