Fix unused import in multi_window::application
This commit is contained in:
parent
ac12d2d099
commit
3b39ba7029
1 changed files with 1 additions and 2 deletions
|
|
@ -1,8 +1,7 @@
|
||||||
|
use crate::style::application::StyleSheet;
|
||||||
use crate::window;
|
use crate::window;
|
||||||
use crate::{Command, Element, Executor, Settings, Subscription};
|
use crate::{Command, Element, Executor, Settings, Subscription};
|
||||||
|
|
||||||
pub use crate::style::application::{Appearance, StyleSheet};
|
|
||||||
|
|
||||||
/// An interactive cross-platform multi-window application.
|
/// An interactive cross-platform multi-window application.
|
||||||
///
|
///
|
||||||
/// This trait is the main entrypoint of Iced. Once implemented, you can run
|
/// This trait is the main entrypoint of Iced. Once implemented, you can run
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue