mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-23 04:19:24 +00:00
store: Refactoring to split calendar and addressbook
This commit is contained in:
5
crates/store/src/addressbook/mod.rs
Normal file
5
crates/store/src/addressbook/mod.rs
Normal file
@@ -0,0 +1,5 @@
|
||||
pub mod address_object;
|
||||
pub mod addressbook;
|
||||
|
||||
pub use address_object::*;
|
||||
pub use addressbook::*;
|
||||
Reference in New Issue
Block a user