Explorar o código

remove unneeded code from simple router example

Adrian Wannenmacher %!s(int64=2) %!d(string=hai) anos
pai
achega
41bcc1e1f8
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  1. 0 2
      packages/router/examples/simple.rs

+ 0 - 2
packages/router/examples/simple.rs

@@ -2,7 +2,6 @@
 
 use dioxus::prelude::*;
 use dioxus_router::prelude::*;
-use dioxus_router_core::history::MemoryHistory;
 
 fn main() {
     dioxus_desktop::launch(App);
@@ -12,7 +11,6 @@ fn App(cx: Scope) -> Element {
     use_router(
         &cx,
         &|| RouterConfiguration {
-            // history: Box::new(MemoryHistory::with_initial_path("/apple").unwrap()),
             ..Default::default()
         },
         &|| {