use yew::functional::*; use yew::prelude::*; #[function_component(Admin)] pub fn admin() -> Html { html! {} }