mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-10 22:54:12 +00:00
fix router example indentation
This commit is contained in:
parent
41bcc1e1f8
commit
e26e44fbc5
1 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue