mirror of
https://git.um-react.app/um/lib_um_crypto_rust.git
synced 2026-03-08 04:29:54 +00:00
chore: sort imports
This commit is contained in:
@@ -1,12 +1,13 @@
|
||||
mod errors;
|
||||
pub mod exports;
|
||||
mod utils;
|
||||
|
||||
use utils::set_panic_hook;
|
||||
use wasm_bindgen::prelude::*;
|
||||
|
||||
mod errors;
|
||||
mod utils;
|
||||
|
||||
pub mod exports;
|
||||
|
||||
/// Init panic hook
|
||||
#[wasm_bindgen]
|
||||
pub fn init() {
|
||||
#[wasm_bindgen(js_name=initPanicHook)]
|
||||
pub fn init_panic_hook() {
|
||||
set_panic_hook();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user