Organize imports in runtime::command::action
This commit is contained in:
parent
2656906903
commit
ece50a1a95
1 changed files with 1 additions and 2 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue