1pub mod view; 2pub mod wrapper; 3 4pub use view::{change, rendered, view, StateView}; 5pub use wrapper::SharedStateComponent;