diff --git a/crates/ui2/src/static_data.rs b/crates/ui2/src/static_data.rs index 3964873055..68f625c75d 100644 --- a/crates/ui2/src/static_data.rs +++ b/crates/ui2/src/static_data.rs @@ -2,7 +2,7 @@ use std::path::PathBuf; use std::str::FromStr; use std::sync::Arc; -use chrono::{DateTime, NaiveDateTime}; +use chrono::DateTime; use gpui2::{AppContext, ViewContext}; use rand::Rng; use theme2::ActiveTheme;