We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cb677cc + e108792 commit e86c998Copy full SHA for e86c998
src-tauri/src/main.rs
@@ -12,7 +12,6 @@ mod http_client;
12
use crate::logger::setup_logging;
13
use crate::device_manager::DeviceManager;
14
use std::sync::Arc;
15
-use tauri::Manager;
16
17
#[tokio::main]
18
async fn main() -> Result<(), Box<dyn std::error::Error>> {
0 commit comments