mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-14 17:12:22 +00:00
Refactor store crate
This commit is contained in:
5
crates/store/src/model/mod.rs
Normal file
5
crates/store/src/model/mod.rs
Normal file
@@ -0,0 +1,5 @@
|
||||
pub mod calendar;
|
||||
pub mod event;
|
||||
|
||||
pub use calendar::Calendar;
|
||||
pub use event::Event;
|
||||
Reference in New Issue
Block a user