#![recursion_limit = "256"] mod components; use wasm_bindgen::prelude::*; #[wasm_bindgen(start)] pub fn run_app() { yew::start_app::(); }