cargo fmt

This commit is contained in:
Austin 2023-03-20 00:59:05 +00:00
parent e12b3bad56
commit 0a6eb2db39

View File

@ -17,6 +17,7 @@ use crate::{
}; };
use gloo_console::error; use gloo_console::error;
use wasm_bindgen::prelude::*;
use yew::{ use yew::{
function_component, function_component,
html::Scope, html::Scope,
@ -28,7 +29,6 @@ use yew_router::{
scope_ext::RouterScopeExt, scope_ext::RouterScopeExt,
BrowserRouter, Switch, BrowserRouter, Switch,
}; };
use wasm_bindgen::prelude::*;
#[wasm_bindgen] #[wasm_bindgen]
extern "C" { extern "C" {