mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-26 14:10:20 +00:00
fmt
This commit is contained in:
parent
af524d979b
commit
0b7c7701a3
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
use futures_channel::mpsc::UnboundedReceiver;
|
||||
|
||||
use dioxus_core::Template;
|
||||
use web_sys::{Element};
|
||||
use web_sys::Element;
|
||||
|
||||
pub(crate) fn init() -> UnboundedReceiver<Template> {
|
||||
use wasm_bindgen::closure::Closure;
|
||||
|
|
Loading…
Reference in a new issue