use yew::prelude::*; #[function_component(NotFound)] pub fn not_found() -> Html { html!(

{"404"}

{"Не найдено"}
) }