forked from glen/dyna3
Spread web-sys imports over multiple lines
This commit is contained in:
parent
c2e3c64d4a
commit
9e31037e17
1 changed files with 8 additions and 1 deletions
|
@ -1,6 +1,13 @@
|
||||||
use itertools::Itertools;
|
use itertools::Itertools;
|
||||||
use sycamore::{prelude::*, web::tags::div};
|
use sycamore::{prelude::*, web::tags::div};
|
||||||
use web_sys::{Element, Event, HtmlInputElement, KeyboardEvent, MouseEvent, wasm_bindgen::JsCast};
|
use web_sys::{
|
||||||
|
Element,
|
||||||
|
Event,
|
||||||
|
HtmlInputElement,
|
||||||
|
KeyboardEvent,
|
||||||
|
MouseEvent,
|
||||||
|
wasm_bindgen::JsCast
|
||||||
|
};
|
||||||
|
|
||||||
use crate::{AppState, assembly::Constraint};
|
use crate::{AppState, assembly::Constraint};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue