//! UI-side state plumbing (RFC-009): one `AppState` store behind a Dioxus
//! signal, plus the wall-clock helpers the pure core deliberately does not
//! own.
use ;
use AppState;
use ;
/// Autosave debounce (external design ยง25.4 default).
pub const AUTOSAVE_DEBOUNCE_MS: u64 = 1500;
/// Builds the store with platform-default persistence locations.