Move events into their own file

This commit is contained in:
Lennart
2023-09-27 16:46:46 +02:00
parent 2718aeac52
commit 0a9d255029
6 changed files with 140 additions and 134 deletions

View File

@@ -1,3 +1,4 @@
pub mod calendar;
pub mod event;
pub mod timestamps;
pub mod toml_store;