add import

This commit is contained in:
steven-omaha
2023-01-11 14:49:03 +01:00
parent 08b74ce919
commit 686a5cefad
5 changed files with 70 additions and 1 deletions
+1
View File
@@ -1,6 +1,7 @@
pub(crate) const CLEAN: &str = "clean";
pub(crate) const EDIT: &str = "edit";
pub(crate) const GROUPS: &str = "groups";
pub(crate) const IMPORT: &str = "import";
pub(crate) const SHOW: &str = "show";
pub(crate) const SYNC: &str = "sync";
pub(crate) const UNMANAGED: &str = "unmanaged";