Component settings
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
mod app;
|
||||
mod views;
|
||||
mod extractor;
|
||||
mod config_settings;
|
||||
|
||||
use app::App;
|
||||
|
||||
|
||||
fn main() {
|
||||
|
||||
console_error_panic_hook::set_once();
|
||||
yew::Renderer::<App>::new().render();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user