1 2 3 4 5 6 7 8 9
mod components; mod draw; mod events; mod guards; mod helpers; mod messages; mod styles; // Re-export the run_app function as the main entry point pub use events::run_app;