stoptime-rs/ui/src/main.rs

7 lines
89 B
Rust

use stoptime_ui::components::Root;
use yew;
fn main() {
yew::start_app::<Root>();
}