refactor: remove dead code and unused imports

This commit is contained in:
Alexander Bachmann 2025-02-10 13:15:23 +01:00 committed by GitHub
parent 0f4667fc47
commit a046692241
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 4 additions and 39 deletions

View file

@ -20,7 +20,7 @@ use cosmic::{
widget::{
container, divider,
segmented_button::{self, Entity, SingleSelectModel},
segmented_control, spin_button, text,
segmented_control, text,
},
Element,
};