aex/src/state/mod.rs

7 lines
191 B
Rust
Raw Normal View History

//! App state.
//!
//! The whole dashboard lives in one `reactive_stores::Store<Dashboard>`
//! (alias `Context`), created in `App` and shared through Leptos context.
2025-09-11 07:27:57 +00:00
use crate::prelude::*;