fix: macro export

This commit is contained in:
Jonathan Kelley 2022-03-02 18:13:57 -05:00
parent 62f3d1b38e
commit e932ed202a

View file

@ -336,7 +336,7 @@ fn api_makes_sense() {
}
cx.spawn({
crate::to_owned![set_val];
dioxus_core::to_owned![set_val];
async move {
set_val.modify(|f| f + 1);
}