diff options
Diffstat (limited to 'src/view/birthday.rs')
-rw-r--r-- | src/view/birthday.rs | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/view/birthday.rs b/src/view/birthday.rs deleted file mode 100644 index d4b9356..0000000 --- a/src/view/birthday.rs +++ /dev/null @@ -1,11 +0,0 @@ -use yew::prelude::*; -use vcard::properties; -use vcard::parameters; -use vcard::values::{self, text}; - -#[derive(Clone)] -pub struct Birthday { - pub year: u16, - pub month: u8, - pub day: u8, -}
\ No newline at end of file |