diff --git a/Cargo.toml b/Cargo.toml index 22d7f622f..1001bbd9a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -58,12 +58,10 @@ leptos_reactive = { path = "./leptos_reactive", version = "0.6.5" } leptos_router = { path = "./router", version = "0.6.5" } leptos_server = { path = "./leptos_server", version = "0.6.5" } leptos_meta = { path = "./meta", version = "0.6.5" } -next_tuple = { path = "./next_tuple" } oco = { path = "./oco" } or_poisoned = { path = "./or_poisoned" } reactive_graph = { path = "./reactive_graph" } routing = { path = "./routing" } -routing_utils = { path = "./routing_utils" } server_fn = { path = "./server_fn", version = "0.6.5" } server_fn_macro = { path = "./server_fn_macro", version = "0.6.5" } server_fn_macro_default = { path = "./server_fn/server_fn_macro_default", version = "0.6" } diff --git a/examples/hackernews_islands_axum/src/lib.rs b/examples/hackernews_islands_axum/src/lib.rs index ea9a7d8f7..b7a004773 100644 --- a/examples/hackernews_islands_axum/src/lib.rs +++ b/examples/hackernews_islands_axum/src/lib.rs @@ -16,6 +16,7 @@ pub fn App() -> impl IntoView { +