mirror of
https://github.com/leptos-rs/leptos
synced 2024-11-10 06:44:17 +00:00
move several complex examples into projects
This commit is contained in:
parent
a03d74494d
commit
0d665c9c05
64 changed files with 3 additions and 3 deletions
|
@ -1 +0,0 @@
|
|||
use flake
|
|
@ -169,13 +169,14 @@ pub mod prelude {
|
|||
pub use leptos_server::*;
|
||||
pub use oco_ref::*;
|
||||
pub use reactive_graph::{
|
||||
actions::*, computed::*, effect::*, owner::*, signal::*,
|
||||
wrappers::read::*, *,
|
||||
actions::*, computed::*, effect::*, owner::*, selector::*,
|
||||
signal::*, wrappers::read::*, *,
|
||||
};
|
||||
pub use server_fn::{self, ServerFnError};
|
||||
pub use tachys::{
|
||||
self,
|
||||
reactive_graph::{node_ref::*, Suspend},
|
||||
view::template::ViewTemplate,
|
||||
};
|
||||
}
|
||||
pub use export_types::*;
|
||||
|
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
Loading…
Reference in a new issue