1
0
Эх сурвалжийг харах

Merge pull request #379 from koptan/ko/fix-useeffect-visibility

fix: export useeffect in hooks module
Jon Kelley 3 жил өмнө
parent
commit
3e673bd735

+ 3 - 0
packages/hooks/src/lib.rs

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