Organize imports in runtime::command::action

This commit is contained in:
Héctor Ramón Jiménez 2024-02-03 15:12:07 +01:00
parent 2656906903
commit ece50a1a95
No known key found for this signature in database
GPG key ID: 7CC46565708259A7

View file

@ -1,12 +1,11 @@
use crate::clipboard;
use crate::core::widget;
use crate::font;
use crate::futures::MaybeSend;
use crate::system;
use crate::window;
use iced_futures::MaybeSend;
use std::any::Any;
use std::borrow::Cow;
use std::fmt;