peace_webi/
lib.rs

1//! Web interface for the peace automation framework.
2
3pub use peace_webi_components as components;
4pub use peace_webi_model as model;
5#[cfg(feature = "ssr")]
6pub use peace_webi_output as output;