Remove unused cctk import from autosize widget

This commit is contained in:
Jeremy Soller 2025-03-12 08:35:17 -06:00
parent 64ddcb3bf2
commit 872e7dd65e
No known key found for this signature in database
GPG key ID: 670FDFB5428E05CA

View file

@ -1,6 +1,5 @@
//! Autosize Container, which will resize the window to its contents.
use cctk::sctk::shell::xdg::window;
use iced_core::event::{self, Event};
use iced_core::layout;
use iced_core::mouse;