mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-10 06:34:20 +00:00
commented out failing example
This commit is contained in:
parent
8568678f50
commit
12cfd79d51
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
use dioxus::prelude::*;
|
||||
/* use dioxus::prelude::*;
|
||||
use dioxus_core as dioxus;
|
||||
use dioxus_core_macro::*;
|
||||
use dioxus_hooks::*;
|
||||
|
@ -32,3 +32,4 @@ fn app(cx: Scope) -> Element {
|
|||
}
|
||||
})
|
||||
}
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue