mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-13 22:52:22 +00:00
fix imports
This commit is contained in:
@@ -3,13 +3,12 @@ use rustical_dav::{
|
||||
methods::propfind::{PropElement, PropfindType},
|
||||
resource::HandlePropfind,
|
||||
xml::{
|
||||
multistatus::{PropstatElement, PropstatWrapper, ResponseElement},
|
||||
multistatus::{PropstatWrapper, ResponseElement},
|
||||
MultistatusElement,
|
||||
},
|
||||
};
|
||||
use rustical_store::{
|
||||
calendar::{format_synctoken, parse_synctoken},
|
||||
event::Event,
|
||||
CalendarStore,
|
||||
};
|
||||
use serde::Deserialize;
|
||||
|
||||
Reference in New Issue
Block a user