2019-12-28 20:53:29 -06:00

5 lines
80 B
Rust

fn main() {
web_logger::init();
yew::start_app::<nested_list::App>();
}