Fix formatting

This commit is contained in:
Lol3rrr
2024-11-01 13:32:31 +01:00
parent 809ae0479e
commit a82ac4ea5e
4 changed files with 77 additions and 33 deletions

View File

@@ -25,7 +25,9 @@ pub fn homepage() -> impl leptos::IntoView {
}
#[leptos::component]
fn demo_list(demos: impl SignalGet<Value = Option<Vec<common::BaseDemoInfo>>> + 'static) -> impl leptos::IntoView {
fn demo_list(
demos: impl SignalGet<Value = Option<Vec<common::BaseDemoInfo>>> + 'static,
) -> impl leptos::IntoView {
let style = stylers::style! {
"DemoList",
.list {