1//! Native GUI module for autom8.
2//!
3//! This module provides a graphical user interface for monitoring autom8
4//! sessions using eframe/egui.
56pub mod animation;
7pub mod app;
8pub mod components;
9pub mod config;
10pub mod modal;
11pub mod theme;
12pub mod typography;