Explorar el Código

make the layer module public in fullstack

Evan Almloff hace 1 año
padre
commit
d994e3e722
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      packages/fullstack/src/lib.rs

+ 1 - 1
packages/fullstack/src/lib.rs

@@ -19,7 +19,7 @@ mod hooks;
 mod hot_reload;
 pub mod launch;
 #[cfg(feature = "ssr")]
-mod layer;
+pub mod layer;
 #[cfg(feature = "ssr")]
 mod render;
 #[cfg(feature = "ssr")]