WIP: Lots of errors, starting on resurrecting derive Element
This commit is contained in:
parent
23ffce9fbe
commit
be33f000e2
5 changed files with 115 additions and 39 deletions
|
@ -1,8 +1,7 @@
|
|||
use crate::prelude::*;
|
||||
use gpui::img;
|
||||
|
||||
use crate::prelude::*;
|
||||
|
||||
#[derive(Component)]
|
||||
#[derive(Element)]
|
||||
pub struct Avatar {
|
||||
src: SharedString,
|
||||
shape: Shape,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue