Form for extractor html
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
mod app;
|
||||
mod views;
|
||||
// mod extractor;
|
||||
mod extractor;
|
||||
mod config_settings;
|
||||
|
||||
use app::App;
|
||||
@@ -11,6 +11,6 @@ fn main() {
|
||||
console_error_panic_hook::set_once();
|
||||
yew::Renderer::<App>::new().render();
|
||||
spawn_local(async move {
|
||||
init_config().await;
|
||||
let _ = init_config().await;
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user