fmt: fix formatting

This commit is contained in:
Jonathan Kelley 2022-07-07 02:52:37 -04:00
parent 3d47cb48fa
commit 92a8b7c75f

View file

@ -11,7 +11,7 @@ fn main() {
fn app(cx: Scope) -> Element {
cx.render(rsx! {
Router {
Router {
h1 { "Your app here" }
ul {
Link { to: "/", li { "home" } }