yew_more_hooks/
lib.rs

1//! Additional hooks for Yew.
2
3pub mod hooks;
4
5/// The prelude
6pub mod prelude {
7    pub use crate::hooks::*;
8}