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;