@@ -1,12 +1,12 @@
|
||||
use leptos::*;
|
||||
|
||||
use crate::features::navbar_projects::NavbarProjects;
|
||||
use crate::features::dashboard_list_view::DashboardList;
|
||||
|
||||
#[component]
|
||||
pub fn DashHomePage(cx: Scope) -> impl IntoView {
|
||||
view! { cx,
|
||||
<div class="home-dash">
|
||||
<NavbarProjects/>
|
||||
<DashboardList/>
|
||||
</div>
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user