From 8810d0d7ef1ea5588e488d35cec11c6132729d0f Mon Sep 17 00:00:00 2001 From: johnoye742 Date: Mon, 10 Mar 2025 12:07:32 +0100 Subject: [PATCH] Removed unused imports --- src/app.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app.rs b/src/app.rs index b25f39d..4c50bc0 100644 --- a/src/app.rs +++ b/src/app.rs @@ -15,7 +15,6 @@ use cosmic::iced::{ }; #[cfg(feature = "wayland")] use cosmic::iced_winit::commands::overlap_notify::overlap_notify; -use cosmic::widget::{Button, ListColumn}; use cosmic::{ app::{self, context_drawer, message, Core, Task}, cosmic_config, cosmic_theme, executor,