Jonathan Kelley 2 år sedan
förälder
incheckning
36a8275540
1 ändrade filer med 0 tillägg och 1 borttagningar
  1. 0 1
      examples/simple_desktop.rs

+ 0 - 1
examples/simple_desktop.rs

@@ -45,7 +45,6 @@ fn BlogList(cx: Scope) -> Element {
 }
 
 fn BlogPost(cx: Scope) -> Element {
-
     let Some(id) = use_route(cx).segment("id") else {
         return cx.render(rsx! { div { "No blog post id" } })
     };