//! # Yewdux
//!
//! Simple state management for [Yew](https://yew.rs) applications.
//!
//! This is the development branch. Latest stable release may be found
//! [here](https://github.com/intendednull/yewdux/tree/0.7.0).
//!
//! See the [book](https://intendednull.github.io/yewdux/) for more details.
// pub mod component;
// Used by macro.
pub use log;