1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-27 07:03:14 -04:00

remove unused import

This commit is contained in:
adrien
2025-11-12 18:18:20 +01:00
parent 2f917bcb9f
commit 0b9f70d47b

View File

@@ -7,7 +7,6 @@ use crate::{
Image, IntoAtoms, NumExt as _, Response, RichText, Sense, Stroke, TextStyle, TextWrapMode, Ui,
Vec2, Widget, WidgetInfo, WidgetText, WidgetType,
style_trait::{ButtonStyle, WidgetState},
text_selection::visuals,
};
/// Clickable button with text.