mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-14 08:12:24 +00:00
Refactor store crate
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user