uptime-kuma-dashboard/src/ui/mod.rs

4 lines
70 B
Rust

pub mod app;
pub mod components;
pub mod dashboard;
pub use app::App;