Przeglądaj źródła

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

fix: export useeffect in hooks module
Jon Kelley 3 lat temu
rodzic
commit
3e673bd735
1 zmienionych plików z 3 dodań i 0 usunięć
  1. 3 0
      packages/hooks/src/lib.rs

+ 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::*;