Removed the ugly cosmic::iced_* reexports

This commit is contained in:
Adam Cosner 2026-04-05 23:59:11 -04:00
parent 1d01054993
commit 4ed481cee0
18 changed files with 77 additions and 92 deletions

View file

@ -2,9 +2,9 @@ use std::collections::HashMap;
use cosmic::{
app::Core,
iced::core::{id, Alignment, Length, Point},
iced::widget::{column, container, scrollable, text},
iced::{self, event, window, Subscription},
iced_core::{id, Alignment, Length, Point},
iced_widget::{column, container, scrollable, text},
prelude::*,
widget::{button, header_bar},
};