Skip to content

Commit

Permalink
Fix unused import in multi_window::application
Browse files Browse the repository at this point in the history
  • Loading branch information
hecrj committed Nov 29, 2023
1 parent ac12d2d commit 3b39ba7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/multi_window/application.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
use crate::style::application::StyleSheet;
use crate::window;
use crate::{Command, Element, Executor, Settings, Subscription};

pub use crate::style::application::{Appearance, StyleSheet};

/// An interactive cross-platform multi-window application.
///
/// This trait is the main entrypoint of Iced. Once implemented, you can run
Expand Down

0 comments on commit 3b39ba7

Please sign in to comment.