use yew::prelude::*; use yew_router::{BrowserRouter, Switch}; use super::router::*; #[function_component] pub fn App() -> Html { html! {