fix: remove unused imports to resolve compile warnings

This commit is contained in:
wonfen
2025-02-12 14:35:49 +08:00
parent 3bb3872e38
commit 67f3554095
4 changed files with 6 additions and 6 deletions

View File

@@ -1,4 +1,3 @@
use super::tray::Tray;
use crate::config::*;
use crate::core::{clash_api, handle, service};
use crate::log_err;