summaryrefslogtreecommitdiff
path: root/src/module.rs
blob: b051e602fccc3091b85baf26e1defafa735b19ce (plain)
1
2
3
4
5
6
#[derive(Serialize, Deserialize, Debug, Clone)]
pub enum Module {
    Dashboard,
    Navigation,
    Engines,
}