use yew::prelude::*; use vcard::properties; use vcard::parameters; use vcard::values::{self, text}; #[derive(Clone)] pub struct Photo { pub base64_image: String, }