add import

This commit is contained in:
timeshifter
2023-01-11 14:49:03 +01:00
parent a4e8ce50f6
commit 951cc7ab66
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";