summaryrefslogtreecommitdiff
path: root/src/view/photo.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/view/photo.rs')
-rw-r--r--src/view/photo.rs10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/view/photo.rs b/src/view/photo.rs
deleted file mode 100644
index 1c2d088..0000000
--- a/src/view/photo.rs
+++ /dev/null
@@ -1,10 +0,0 @@
-use yew::prelude::*;
-use vcard::properties;
-use vcard::parameters;
-use vcard::values::{self, text};
-
-#[derive(Clone)]
-pub struct Photo {
- pub base64_image: String,
-}
-