This commit is contained in:
2026-09-12 21:50:09 +01:00
parent b20e03def7
commit b81eb967ee
17 changed files with 468 additions and 14 deletions
@@ -1,5 +1,7 @@
//! Messages owned by bar modules.
mod clock;
mod weather;
pub use clock::ClockMsg;
pub use weather::WeatherKind;