Refactor store crate

This commit is contained in:
Lennart
2024-09-30 18:23:30 +02:00
parent 2670abfef0
commit acc47e4e24
14 changed files with 18 additions and 14 deletions

View File

@@ -1,8 +1,7 @@
pub mod calendar;
pub mod error;
pub mod event;
pub mod model;
pub mod sqlite_store;
pub mod store;
pub mod timestamps;
pub mod timestamp;
pub use error::Error;
pub use store::CalendarStore;