Skip to content

Commit

Permalink
Remove unneeded imports
Browse files Browse the repository at this point in the history
  • Loading branch information
dhardy committed Jan 21, 2025
1 parent 02d5598 commit 238ecff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions crates/kas-core/src/hidden.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
use crate::classes::HasStr;
use crate::event::ConfigCx;
use crate::geom::Rect;
use crate::layout::{AlignHints, AxisInfo, SizeRules};
use crate::theme::{DrawCx, SizeCx, Text, TextClass};
use crate::{Events, Layout, Tile, Widget};
use crate::layout::AlignHints;
use crate::theme::{Text, TextClass};
use crate::{Events, Layout, Widget};
use kas_macros::{autoimpl, impl_scope};

impl_scope! {
Expand Down

0 comments on commit 238ecff

Please sign in to comment.