mirror of
https://github.com/DioxusLabs/dioxus
synced 2025-02-17 06:08:26 +00:00
fix: export useeffect in hooks module
This commit is contained in:
parent
07529e491c
commit
04cb82b31a
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…
Add table
Reference in a new issue