1
2
3
4
5
pub mod shared;
pub mod view;

pub use shared::SharedStateComponent;
pub use view::{view_state, StateView};