mirror of
https://github.com/yewstack/yew.git
synced 2025-12-08 21:26:25 +00:00
5 lines
80 B
Rust
5 lines
80 B
Rust
fn main() {
|
|
web_logger::init();
|
|
yew::start_app::<nested_list::App>();
|
|
}
|