Fix todomvc-ssr example

This commit is contained in:
Greg Johnston 2022-10-24 09:27:28 -04:00
parent a4963c5201
commit 9db73dfd26
1 changed files with 1 additions and 1 deletions

View File

@ -6,5 +6,5 @@ edition = "2021"
[dependencies] [dependencies]
actix-files = "0.6" actix-files = "0.6"
actix-web = "4" actix-web = "4"
leptos = { path = "../../../leptos", features = ["ssr"] } leptos = { path = "../../../leptos", default-features = false, features = ["ssr"] }
todomvc = { path = "../../todomvc", default-features = false, features = ["ssr"] } todomvc = { path = "../../todomvc", default-features = false, features = ["ssr"] }