Skip to content

Commit 0640134

Browse files
AlterionXDavid-OConnor
authored andcommitted
Add additional type to prelude.
1 parent f2ef607 commit 0640134

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ pub use crate::{
88
fetch::{Method, Request},
99
routing::{push_route, Url},
1010
util::{body, cookies, document, error, history, html_document, log, update, window},
11-
vdom::{App, AppBuilder, MountType},
11+
vdom::{App, AppBuilder},
1212
websys_bridge::{to_html_el, to_input, to_kbevent, to_mouse_event, to_select, to_textarea},
1313
};
1414
use wasm_bindgen::{closure::Closure, JsCast};
@@ -97,7 +97,7 @@ pub mod prelude {
9797
request_animation_frame, ClosureNew, RequestAnimationFrameHandle,
9898
RequestAnimationFrameTime,
9999
},
100-
vdom::{Init, UrlHandling},
100+
vdom::{Init, UrlHandling, MountType},
101101
};
102102
pub use indexmap::IndexMap; // for attrs and style to work.
103103
pub use wasm_bindgen::prelude::*;

0 commit comments

Comments
 (0)