use crate::components::{Demo, DemoCode}; use leptos::*; use thaw::*; use prisms::highlight_str; #[component] pub fn AvatarPage() -> impl IntoView { view! {

"Avatar"

"#, "rust" ) > ""
} }