summaryrefslogtreecommitdiff
path: root/src/ui/mod.rs
blob: e834bbaaab5dc864e0619614e9822da1d1a97166 (plain)
1
2
3
4
5
6
mod assets;
mod error;
mod mime;
mod routes;

pub use self::routes::router;