Fix import
This commit is contained in:
parent
f5b5596306
commit
0551b0bfd2
@ -4,7 +4,7 @@ use tauri::{AppHandle, Manager, State}; // Import Manager trait
|
|||||||
use tokio::process::{Child, Command};
|
use tokio::process::{Child, Command};
|
||||||
use tokio::sync::Mutex;
|
use tokio::sync::Mutex;
|
||||||
|
|
||||||
use super::state::AppState;
|
use crate::core::state::AppState;
|
||||||
|
|
||||||
// Error type for server commands
|
// Error type for server commands
|
||||||
#[derive(Debug, thiserror::Error)]
|
#[derive(Debug, thiserror::Error)]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user