diff options
author | tempest <git@ashen.earth> | 2025-04-13 16:40:05 -0600 |
---|---|---|
committer | tempest <git@ashen.earth> | 2025-04-13 16:40:05 -0600 |
commit | 128cc42557c8d7da46c63a40ea4469ed0eb7f26d (patch) | |
tree | 6b70766ec46061240a1d42fde100187697d60bc8 /src/lib.rs | |
parent | e487e052b3cfcf90f6b831052e30323d3e744526 (diff) |
Compiles, cannot find data context
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 3 |
1 files changed, 1 insertions, 2 deletions
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")] |