Add missing panic hook dep

This commit is contained in:
Greg Johnston 2022-10-22 10:35:10 -04:00
parent a06ebf3b73
commit a119acdfca
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ crate-type = ["cdylib", "rlib"]
[dependencies]
console_log = "0.2"
console_error_panic_hook = "0.1"
hackernews-app = { path = "../hackernews-app", default-features = false, features = ["hydrate"] }
leptos = { path = "../../../leptos", default-features = false, features = ["hydrate"] }
log = "0.4"