Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
12
crates/como_web/src/routes/dash/home.rs
Normal file
12
crates/como_web/src/routes/dash/home.rs
Normal file
@@ -0,0 +1,12 @@
|
||||
use leptos::*;
|
||||
|
||||
use crate::features::dashboard_list_view::DashboardList;
|
||||
|
||||
#[component]
|
||||
pub fn DashHomePage() -> impl IntoView {
|
||||
view! {
|
||||
<div class="home-dash">
|
||||
<DashboardList/>
|
||||
</div>
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user