remove unused import

This commit is contained in:
adrien
2025-11-12 18:18:20 +01:00
parent 2f917bcb9f
commit 0b9f70d47b
-1
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.