fix imports

This commit is contained in:
Lennart
2024-08-02 21:52:02 +02:00
parent 92a5d8ba49
commit 234c13958d

View File

@@ -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;