mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-10 14:44:12 +00:00
fix file upload example
This commit is contained in:
parent
8a3d1e47b3
commit
fe971ce181
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ use dioxus::prelude::*;
|
|||
use tokio::time::sleep;
|
||||
|
||||
fn main() {
|
||||
dioxus_desktop::launch(app);
|
||||
dioxus_desktop::launch(App);
|
||||
}
|
||||
|
||||
fn App(cx: Scope) -> Element {
|
||||
|
|
Loading…
Reference in a new issue