rust-galmon-web/src/uitools/mod.rs

7 lines
89 B
Rust

mod chrono;
pub mod icons;
pub mod loading;
pub mod routing;
pub use self::chrono::ago;