diff --git a/crates/client/src/subscriber.rs b/crates/client/src/subscriber.rs index 8cf0e81..0ff5f4b 100644 --- a/crates/client/src/subscriber.rs +++ b/crates/client/src/subscriber.rs @@ -1,6 +1,6 @@ use std::sync::Arc; -use eframe::egui::{self, text::LayoutJob, text_selection::LabelSelectionState, Color32, Id, Sense, TextFormat, Vec2}; +use eframe::egui::{self, text::LayoutJob, text_selection::LabelSelectionState, Color32, Id, Sense, TextFormat}; use parking_lot::Mutex; use time::{format_description, OffsetDateTime}; use tracing::{