mirror of
https://github.com/leptos-rs/leptos
synced 2024-11-10 06:44:17 +00:00
export actions in prelude
This commit is contained in:
parent
025c28b489
commit
b41d988865
1 changed files with 2 additions and 1 deletions
|
@ -169,7 +169,8 @@ pub mod prelude {
|
|||
pub use leptos_server::*;
|
||||
pub use oco_ref::*;
|
||||
pub use reactive_graph::{
|
||||
computed::*, effect::*, owner::*, signal::*, wrappers::read::*, *,
|
||||
actions::*, computed::*, effect::*, owner::*, signal::*,
|
||||
wrappers::read::*, *,
|
||||
};
|
||||
pub use server_fn::{self, ServerFnError};
|
||||
pub use tachys::{
|
||||
|
|
Loading…
Reference in a new issue