ItemId is the Url

This commit is contained in:
daladim 2021-03-21 23:54:33 +01:00
parent cbffef8b97
commit 499f25b9b9
5 changed files with 52 additions and 20 deletions

View file

@ -14,6 +14,7 @@ pub mod calendar;
pub use calendar::cached_calendar::CachedCalendar;
mod item;
pub use item::Item;
pub use item::ItemId;
mod task;
pub use task::Task;
mod event;