Explorar o código

update router test imports

Evan Almloff %!s(int64=3) %!d(string=hai) anos
pai
achega
9a963bba0a
Modificáronse 1 ficheiros con 1 adicións e 3 borrados
  1. 1 3
      packages/router/tests/web_router.rs

+ 1 - 3
packages/router/tests/web_router.rs

@@ -1,8 +1,6 @@
 #![cfg(target_arch = "wasm32")]
 
-use dioxus_core::prelude::*;
-use dioxus_core_macro::*;
-use dioxus_html as dioxus_elements;
+use dioxus::prelude::*;
 use dioxus_router::*;
 use gloo_utils::document;
 use serde::{Deserialize, Serialize};