diff --git a/examples/stores/Cargo.toml b/examples/stores/Cargo.toml index 5d17c320d..748298769 100644 --- a/examples/stores/Cargo.toml +++ b/examples/stores/Cargo.toml @@ -13,6 +13,9 @@ leptos = { path = "../../leptos", features = ["csr"] } reactive_stores = { path = "../../reactive_stores" } reactive_stores_macro = { path = "../../reactive_stores_macro" } console_error_panic_hook = "0.1.7" +chrono = { version = "0.4.38", features = ["serde"] } +serde = { version = "1.0.210", features = ["derive"] } +serde_json = "1.0.128" [dev-dependencies] wasm-bindgen = "0.2.93" diff --git a/examples/stores/index.html b/examples/stores/index.html index 75fa1f12a..f248365c5 100644 --- a/examples/stores/index.html +++ b/examples/stores/index.html @@ -3,6 +3,11 @@
+ -