mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-14 23:02:31 +00:00
Rename events to calendar objects
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
pub mod calendar_store;
|
||||
pub mod error;
|
||||
pub mod model;
|
||||
pub mod sqlite_store;
|
||||
pub mod store;
|
||||
pub mod timestamp;
|
||||
pub use calendar_store::CalendarStore;
|
||||
pub use error::Error;
|
||||
pub use store::CalendarStore;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user