From b7875dc4072abeec26f93b3d322d00cecff23cfb Mon Sep 17 00:00:00 2001 From: jelemux Date: Fri, 26 Feb 2021 16:46:50 +0100 Subject: add communication property --- src/model/property_groups/mod.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/model/property_groups/mod.rs') diff --git a/src/model/property_groups/mod.rs b/src/model/property_groups/mod.rs index 3bfc9f3..ec4e87f 100644 --- a/src/model/property_groups/mod.rs +++ b/src/model/property_groups/mod.rs @@ -1,4 +1,5 @@ pub mod address; +pub mod communication; pub mod name; pub mod organizational; pub mod other_identification; -- cgit v1.2.3