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}, methods::propfind::{PropElement, PropfindType},
resource::HandlePropfind, resource::HandlePropfind,
xml::{ xml::{
multistatus::{PropstatElement, PropstatWrapper, ResponseElement}, multistatus::{PropstatWrapper, ResponseElement},
MultistatusElement, MultistatusElement,
}, },
}; };
use rustical_store::{ use rustical_store::{
calendar::{format_synctoken, parse_synctoken}, calendar::{format_synctoken, parse_synctoken},
event::Event,
CalendarStore, CalendarStore,
}; };
use serde::Deserialize; use serde::Deserialize;