Skip to main content

okf_studio/ui/
mod.rs

1//! The view layer: every function here is a pure render of `(&App, Frame)`.
2
3pub mod computations;
4pub mod explorer;
5pub mod graph;
6pub mod overlays;
7pub mod refactor_modal;
8pub mod shell;
9pub mod trust;
10pub mod widgets;