summaryrefslogtreecommitdiff
path: root/src/view/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/view/mod.rs')
-rw-r--r--src/view/mod.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/view/mod.rs b/src/view/mod.rs
index d97c6e4..65ef06d 100644
--- a/src/view/mod.rs
+++ b/src/view/mod.rs
@@ -8,6 +8,7 @@ pub mod main;
pub mod name;
pub mod address;
pub mod telephone;
+pub mod dates;
/// Trait for types that represent an input component for a vcard property.
pub trait VCardPropertyInputComponent<T: VCardPropertyInputObject<Self>>: Component {