diff --git a/crates/ui2/src/components/notification.rs b/crates/ui2/src/components/notification.rs index a934262d19b6ec017bcc69bc7cd15ff7399b17f2..31e7af410f532164f7ae7200923b43301333de45 100644 --- a/crates/ui2/src/components/notification.rs +++ b/crates/ui2/src/components/notification.rs @@ -10,6 +10,7 @@ use crate::{ /// that requires them to take action. /// /// To simply convey information, use a Status. +#[derive(Element)] pub struct NotificationToast { state_type: PhantomData, left_icon: Option, diff --git a/crates/ui2/src/components/notification_project_share.rs b/crates/ui2/src/components/notification_project_share.rs deleted file mode 100644 index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0000000000000000000000000000000000000000