2026-07-12 11:28:39 +07:00
|
|
|
//! Application state: misc fields, the main `AppStateRest` struct,
|
|
|
|
|
//! runtime-only state, and shared types (overlays, toasts, origins).
|
2026-07-11 13:16:10 +07:00
|
|
|
pub mod misc;
|
|
|
|
|
pub mod rest;
|
|
|
|
|
pub mod runtime;
|
|
|
|
|
pub mod types;
|