Compare commits

...

2 Commits

Author SHA1 Message Date
Greg Johnston
faa73ff4db fmt 2024-10-18 16:21:02 -04:00
Penguinwithatie
7291efc077 add tachys::view::fragment::Fragment to prelude 2024-10-16 12:07:42 -06:00

View File

@@ -174,7 +174,9 @@ pub mod prelude {
pub use server_fn::{self, ServerFnError};
pub use tachys::{
reactive_graph::{bind::BindAttribute, node_ref::*, Suspend},
view::{any_view::AnyView, template::ViewTemplate},
view::{
any_view::AnyView, fragment::Fragment, template::ViewTemplate,
},
};
}
pub use export_types::*;