We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 486ac97 commit ba1d098Copy full SHA for ba1d098
src/sauce/home.rs
@@ -20,7 +20,7 @@ use web_sys::{Blob, BlobPropertyBag, Url};
20
use wasm_bindgen::JsValue;
21
use js_sys::Array;
22
use web_sys::wasm_bindgen::JsCast;
23
-use serde_json::Value; // Import Value from serde_json
+use serde_json::Value;
24
25
26
#[derive(Debug, Serialize, Deserialize)]
0 commit comments