We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4eb824b commit 52341a7Copy full SHA for 52341a7
src-tauri/src/commands/mod.rs
@@ -4,7 +4,7 @@ use std::borrow::Cow;
4
use std::sync::Mutex;
5
use tauri::State;
6
7
-use crate::{chdb, AppState};
+use crate::AppState;
8
use String;
9
10
#[tauri::command]
0 commit comments