#![allow(non_snake_case)] use yew::prelude::*; #[function_component] pub fn Tree() -> Html { html! {
} }