summaryrefslogtreecommitdiff
path: root/src/model/vcard.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/model/vcard.rs')
-rw-r--r--src/model/vcard.rs10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/model/vcard.rs b/src/model/vcard.rs
index 185ae71..24a47ff 100644
--- a/src/model/vcard.rs
+++ b/src/model/vcard.rs
@@ -1,8 +1,8 @@
-use crate::model::address::Address;
-use crate::model::name::Name;
-use crate::model::organizational::Organizational;
-use crate::model::other_identification::OtherIdentification;
-use crate::model::telephone::Telephone;
+use crate::model::property_groups::address::Address;
+use crate::model::property_groups::name::Name;
+use crate::model::property_groups::organizational::Organizational;
+use crate::model::property_groups::other_identification::OtherIdentification;
+use crate::model::property_groups::telephone::Telephone;
/// Type that represents the data structure of a vcard.
#[derive(Clone, Debug)]