chore(button): remove unused import

This commit is contained in:
Michael Aaron Murphy 2024-05-28 15:31:05 +02:00
parent d559403f7f
commit 375a2d127b
No known key found for this signature in database
GPG key ID: B2732D4240C9212C

View file

@ -21,7 +21,6 @@ use iced_core::{
Background, Clipboard, Color, Layout, Length, Padding, Point, Rectangle, Shell, Vector, Widget,
};
use iced_renderer::core::widget::{operation, OperationOutputWrapper};
use iced_wgpu::graphics::Mesh;
use crate::theme::THEME;