feat: update to newest leptos
Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
@@ -3,8 +3,8 @@ use leptos::*;
|
||||
use crate::features::dashboard_list_view::DashboardList;
|
||||
|
||||
#[component]
|
||||
pub fn DashHomePage(cx: Scope) -> impl IntoView {
|
||||
view! { cx,
|
||||
pub fn DashHomePage() -> impl IntoView {
|
||||
view! {
|
||||
<div class="home-dash">
|
||||
<DashboardList/>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user