This commit is contained in:
steven-omaha
2022-12-02 17:26:37 +01:00
parent d40d0fccee
commit 5ee5aa520c
+5 -5
View File
@@ -1,5 +1,5 @@
pub const EDIT: &str = "edit";
pub const GROUPS: &str = "groups";
pub const SYNC: &str = "sync";
pub const UNMANAGED: &str = "unmanaged";
pub const VERSION: &str = "version";
pub(crate) const EDIT: &str = "edit";
pub(crate) const GROUPS: &str = "groups";
pub(crate) const SYNC: &str = "sync";
pub(crate) const UNMANAGED: &str = "unmanaged";
pub(crate) const VERSION: &str = "version";