mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-11 15:07:08 +00:00
Merge pull request #379 from koptan/ko/fix-useeffect-visibility
fix: export useeffect in hooks module
This commit is contained in:
commit
3e673bd735
1 changed files with 3 additions and 0 deletions
|
@ -16,5 +16,8 @@ pub use usecoroutine::*;
|
|||
mod usefuture;
|
||||
pub use usefuture::*;
|
||||
|
||||
mod useeffect;
|
||||
pub use useeffect::*;
|
||||
|
||||
// mod usesuspense;
|
||||
// pub use usesuspense::*;
|
||||
|
|
Loading…
Reference in a new issue