WIP: Lots of errors, starting on resurrecting derive Element

This commit is contained in:
Nathan Sobo 2023-11-18 00:27:40 -07:00
parent 23ffce9fbe
commit be33f000e2
5 changed files with 115 additions and 39 deletions

View file

@ -1,8 +1,7 @@
use crate::prelude::*;
use gpui::img;
use crate::prelude::*;
#[derive(Component)]
#[derive(Element)]
pub struct Avatar {
src: SharedString,
shape: Shape,