//! # Web UI
//!
//! `webui` is a website framework for building webassembly SPA websites quickly and easily.
//! Development is just getting started, so we do not recommend using at this point for anything more than experimenting.
// TODO: Remove me when needing to check for dead code / unused methods/variables.
use Cell;
/// Constants used throughout the application
/// Errors
/// Global methods and helpers
/// Shortcut for all common components
extern crate webui_procs;
pub use *;
/// Generalized macros
/// Javascript interop and related macros
pub use *;