فهرست منبع

fix router example indentation

Adrian Wannenmacher 2 سال پیش
والد
کامیت
e26e44fbc5
1فایلهای تغییر یافته به همراه3 افزوده شده و 3 حذف شده
  1. 3 3
      packages/router/examples/simple.rs

+ 3 - 3
packages/router/examples/simple.rs

@@ -22,9 +22,9 @@ fn App(cx: Scope) -> Element {
     );
 
     render! {
-            h1 { "Simple Example App" }
-            Outlet { }
-            Link {
+        h1 { "Simple Example App" }
+        Outlet { }
+        Link {
             target: named::<RootIndex>(),
             "Go to root"
         }