1
2
3
4
5
6
7
8
//! Additional hooks for Yew.

pub mod hooks;

/// The prelude
pub mod prelude {
    pub use crate::hooks::*;
}