#[component] fn SidebarSection() -> Element { rsx! { div { onclick: move |_| { works() } } } }