move some files around

This commit is contained in:
Lennart
2024-06-30 19:48:26 +02:00
parent ebf7f62c3b
commit 56876decd0
7 changed files with 12 additions and 7 deletions

View File

@@ -5,8 +5,8 @@ use actix_web::{
};
use rustical_auth::{AuthInfoExtractor, CheckAuthentication};
use rustical_dav::{
methods::propfind::{PropElement, PropfindType, ServicePrefix},
namespace::Namespace,
propfind::{PropElement, PropfindType, ServicePrefix},
resource::HandlePropfind,
xml::MultistatusElement,
};