register facepille

This commit is contained in:
Nate Butler
2024-11-09 17:04:12 -05:00
parent 1c65253b0f
commit eba035eb5b

View File

@@ -3,6 +3,8 @@ use crate::Avatar;
use gpui::{AnyElement, StyleRefinement};
use smallvec::SmallVec;
register_components!(facepile, [Facepile]);
/// A facepile is a collection of faces stacked horizontally
/// always with the leftmost face on top and descending in z-index
///