2023-06-14 09:14:58 +02:00

8 lines
115 B
Rust

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