store: move timestamp to calendar

This commit is contained in:
Lennart
2024-10-28 17:50:35 +01:00
parent d9b9b0825c
commit fcbf7cf352
6 changed files with 8 additions and 10 deletions

View File

@@ -2,7 +2,6 @@ pub mod addressbook;
pub mod addressbook_store;
pub mod calendar_store;
pub mod error;
pub mod timestamp;
pub use error::Error;
pub mod auth;
pub mod calendar;