use leptos::*; use leptos_router::*; use crate::features::command_line::CommandLine; use crate::features::navbar_projects::NavbarProjects; #[component] pub fn DashNav() -> impl IntoView { view! { } } #[component] pub fn DashboardLayout() -> impl IntoView { view! {
} }