move several complex examples into projects

This commit is contained in:
Greg Johnston 2024-06-15 08:34:36 -04:00
parent a03d74494d
commit 0d665c9c05
64 changed files with 3 additions and 3 deletions

View file

@ -1 +0,0 @@
use flake

View file

@ -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::*;

View file

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

View file

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB