diff --git a/crates/ui2/src/components/notifications_panel.rs b/crates/ui2/src/components/notifications_panel.rs index 697b4de63b61b490e6f07ff4eb0f0db02db8a770..74f015ac068706cd09242dd04f30d8b09e285842 100644 --- a/crates/ui2/src/components/notifications_panel.rs +++ b/crates/ui2/src/components/notifications_panel.rs @@ -361,7 +361,7 @@ impl Notification { } } -use chrono::{DateTime, NaiveDateTime}; +use chrono::NaiveDateTime; use gpui2::{px, Styled}; #[cfg(feature = "stories")] pub use stories::*;