Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
kearfy committed Jun 7, 2024
1 parent 757c168 commit 7c8e85c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ use serde_json::ser::PrettyFormatter;
use serde_json::Value as Json;
use serde_wasm_bindgen::from_value;
use surrealdb::rpc::format::cbor::Cbor;
use surrealdb::sql::json;
use wasm_bindgen::prelude::JsValue;
use wasm_bindgen::prelude::*;
use web_sys::js_sys::Uint8Array;
Expand Down

0 comments on commit 7c8e85c

Please sign in to comment.