ical: Remove abstraction structs around journal and todo

This commit is contained in:
Lennart
2025-09-19 14:47:44 +02:00
parent 53f30fce3f
commit b6bfb5a620
5 changed files with 20 additions and 51 deletions

View File

@@ -1,9 +1,5 @@
mod event;
mod journal;
mod object;
mod todo;
pub use event::*;
pub use journal::*;
pub use object::*;
pub use todo::*;