From eba035eb5bfd17ccbcd2184961496c2160002e3a Mon Sep 17 00:00:00 2001 From: Nate Butler Date: Sat, 9 Nov 2024 17:04:12 -0500 Subject: [PATCH] register facepille --- crates/ui/src/components/facepile.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/crates/ui/src/components/facepile.rs b/crates/ui/src/components/facepile.rs index 6496d7d27a..8c6040d42d 100644 --- a/crates/ui/src/components/facepile.rs +++ b/crates/ui/src/components/facepile.rs @@ -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 ///