Decrease folder nesting

This commit is contained in:
Lennart K
2026-01-07 11:46:28 +01:00
parent bb880aa403
commit 896e934c0a
4 changed files with 138 additions and 5 deletions

View File

@@ -3,8 +3,8 @@
mod timestamp;
pub use timestamp::*;
mod icalendar;
pub use icalendar::*;
mod calendar_object;
pub use calendar_object::*;
mod error;
pub use error::Error;