remove unused import

This commit is contained in:
rushmore75 2025-04-02 00:50:46 -06:00
parent 94e9b38552
commit 11eb29df4f

View File

@ -1,7 +1,7 @@
#![feature(iter_map_windows)]
use iced::widget::scrollable;
use iced::{
Color, Element, Length, Task, Theme, clipboard, color,
Element, Length, Task, Theme, clipboard, color,
widget::{
self, button, column, combo_box, row,
scrollable::{Direction, Scrollbar},