diff --git a/apps/desktop/src-tauri/src/main.rs b/apps/desktop/src-tauri/src/main.rs index 63cfef6fa..fdc82d8cd 100644 --- a/apps/desktop/src-tauri/src/main.rs +++ b/apps/desktop/src-tauri/src/main.rs @@ -1,6 +1,6 @@ use std::time::{Duration, Instant}; -use sdcore::{ClientCommand, ClientQuery, Core, CoreController, CoreEvent, CoreResponse}; +use sdcore::{ClientCommand, ClientQuery, CoreController, CoreEvent, CoreResponse, Node}; use tauri::api::path; use tauri::Manager;