refactor: remove grant logic

This commit is contained in:
MystiPanda
2024-06-13 16:07:56 +08:00
parent 7b887e4cdd
commit a20d4959bf
6 changed files with 1 additions and 99 deletions

View File

@@ -4,7 +4,6 @@ mod core;
pub mod handle;
pub mod hotkey;
pub mod logger;
pub mod manager;
pub mod service;
pub mod sysopt;
pub mod timer;