Avoid use of * with use

This commit is contained in:
Cecylia Bocovich 2022-11-10 11:04:20 -05:00
parent fcabba5e6e
commit 48b8a986ef
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
use wasm_bindgen::prelude::*;
use lox::OPENINV_LENGTH;
use lox::proto::*;
use lox::proto::open_invite;
use serde_json;
#[wasm_bindgen]