fix router example indentation

This commit is contained in:
Adrian Wannenmacher 2022-12-14 18:10:36 +01:00
parent 41bcc1e1f8
commit e26e44fbc5
No known key found for this signature in database
GPG key ID: 19D986ECB1E492D5

View file

@ -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"
}