From 128cc42557c8d7da46c63a40ea4469ed0eb7f26d Mon Sep 17 00:00:00 2001 From: tempest Date: Sun, 13 Apr 2025 16:40:05 -0600 Subject: Compiles, cannot find data context --- src/lib.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/lib.rs') diff --git a/src/lib.rs b/src/lib.rs index 3ae130e..0f5c708 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,6 +1,5 @@ pub mod components; - -#[cfg(feature = "ssr")] +pub mod actions; pub mod data; #[cfg(feature = "hydrate")] -- cgit 1.4.1