Explorar el Código

fix: export useeffect in hooks module

Koptan hace 3 años
padre
commit
04cb82b31a
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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::*;