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, 10 insertions, 0 deletions
diff --git a/src/view/photo.rs b/src/view/photo.rs
new file mode 100644
index 0000000..1c2d088
--- /dev/null
+++ b/src/view/photo.rs
@@ -0,0 +1,10 @@
+use yew::prelude::*;
+use vcard::properties;
+use vcard::parameters;
+use vcard::values::{self, text};
+
+#[derive(Clone)]
+pub struct Photo {
+ pub base64_image: String,
+}
+