fix(ci): ran dx fmt

This commit is contained in:
Sharang Parnerkar
2026-02-18 10:13:21 +01:00
parent 5a22a919a2
commit 8be531d7a8
3 changed files with 9 additions and 39 deletions

View File

@@ -15,9 +15,7 @@ pub fn AppShell() -> Element {
email: "user@example.com".to_string(),
avatar_url: String::new(),
}
main { class: "main-content",
Outlet::<Route> {}
}
main { class: "main-content", Outlet::<Route> {} }
}
}
}