Refactored tests to include clusters.

This commit is contained in:
2024-03-04 11:21:42 -05:00
parent ec3f033ff6
commit a493fbf387
3 changed files with 119 additions and 55 deletions

View File

@ -25,8 +25,8 @@ async fn main() {
}
async fn app_endpoint() -> Html<String> {
// render the rsx! macro to HTML
Html(dioxus_ssr::render_lazy(rsx! {
div { "hello world!" }
}))
// render the rsx! macro to HTML
Html(dioxus_ssr::render_lazy(rsx! {
div { "hello world!" }
}))
}