From fd5b054fe655c81533c8a1138ba55a82a7b9d085 Mon Sep 17 00:00:00 2001 From: jelemux Date: Fri, 5 Feb 2021 18:05:16 +0100 Subject: add date properties --- src/view/mod.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/view/mod.rs') 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>: Component { -- cgit v1.2.3