Fix import

This commit is contained in:
Akarshan Biswas 2025-05-07 09:29:37 +05:30 committed by Louis
parent f5b5596306
commit 0551b0bfd2
No known key found for this signature in database
GPG Key ID: 44FA9F4D33C37DE2

View File

@ -4,7 +4,7 @@ use tauri::{AppHandle, Manager, State}; // Import Manager trait
use tokio::process::{Child, Command};
use tokio::sync::Mutex;
use super::state::AppState;
use crate::core::state::AppState;
// Error type for server commands
#[derive(Debug, thiserror::Error)]