diff --git a/crates/plcom/src/views.rs b/crates/plcom/src/views.rs index 08af793..7ea15c1 100644 --- a/crates/plcom/src/views.rs +++ b/crates/plcom/src/views.rs @@ -42,13 +42,7 @@ pub fn shell(title: &str, children: impl IntoAny) -> AnyView { - - - + {stats().into_any()} }.into_any() } @@ -67,3 +61,14 @@ pub fn content_page(title: &str, children: impl IntoAny) -> AnyView { ) .into_any() } + +pub fn stats() -> impl IntoView { + view! { + + + } +}