From e0cbb36a90e409fdbdb653c0b85ffeb2bc1552d5 Mon Sep 17 00:00:00 2001 From: Jamie Pine Date: Wed, 11 May 2022 12:43:04 -0700 Subject: [PATCH] rename --- apps/desktop/src-tauri/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;