fix(desktop): remove stale Arc import

Signed-off-by: Cea Stapleton Cordasco <261786559+cea@users.noreply.github.com>
This commit is contained in:
Cea Stapleton Cordasco
2026-08-12 11:20:43 -05:00
parent 47f52cbeb1
commit fcec9ede79
+3 -1
View File
@@ -75,7 +75,9 @@ use managed_agents::{
};
#[cfg(not(feature = "mesh-llm"))]
use mesh_llm_stubs::*;
use std::sync::{atomic::Ordering, Arc};
use std::sync::atomic::Ordering;
#[cfg(not(test))]
use std::sync::Arc;
#[cfg(target_os = "macos")]
use tauri::Listener;
use tauri::{Emitter, Manager};