refactor!: remove cosmic::iced_* re-exports
This commit is contained in:
parent
d9121d6f0d
commit
5d1dfc4c54
18 changed files with 77 additions and 100 deletions
|
|
@ -4,10 +4,10 @@
|
|||
//! A widget that displays an interactive calendar.
|
||||
|
||||
use crate::fl;
|
||||
use crate::iced_core::{Alignment, Length};
|
||||
use crate::widget::{button, column, grid, icon, row, text};
|
||||
use apply::Apply;
|
||||
use iced::alignment::Vertical;
|
||||
use iced_core::{Alignment, Length};
|
||||
use jiff::{
|
||||
ToSpan,
|
||||
civil::{Date, Weekday},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue