fix: export useeffect in hooks module

This commit is contained in:
Koptan 2022-04-26 19:19:13 +02:00
parent 07529e491c
commit 04cb82b31a

View file

@ -16,5 +16,8 @@ pub use usecoroutine::*;
mod usefuture;
pub use usefuture::*;
mod useeffect;
pub use useeffect::*;
// mod usesuspense;
// pub use usesuspense::*;