From a36af6bc3bc8d1063fef28641ddb812e17904694 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Tue, 17 Feb 2026 15:07:55 -0600 Subject: [PATCH] fixing unused import --- src/ui/song_editor.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/song_editor.rs b/src/ui/song_editor.rs index d58bb24..8e79d0d 100644 --- a/src/ui/song_editor.rs +++ b/src/ui/song_editor.rs @@ -28,7 +28,7 @@ use cosmic::{ theme, widget::{ ColorPickerModel, RcElementWrapper, button, - color_picker::{self, ColorPickerUpdate}, + color_picker::ColorPickerUpdate, combo_box, container, divider, dnd_destination, dnd_source, dropdown, grid::{self},