add IntoAny to tachys prelude

This commit is contained in:
Greg Johnston 2024-05-17 12:54:07 -04:00
parent b5bd70ab94
commit b936e0352f
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ pub mod prelude {
node_ref::NodeRefAttribute,
},
renderer::{dom::Dom, Renderer},
view::{add_attr::AddAnyAttr, Mountable, Render, RenderHtml},
view::{any_view::IntoAny, add_attr::AddAnyAttr, Mountable, Render, RenderHtml},
};
}