chore: re-export iced::Command

This commit is contained in:
Michael Aaron Murphy 2023-08-21 22:57:56 +02:00 committed by Michael Murphy
parent 069163264f
commit caf07e8288

View file

@ -6,6 +6,7 @@
pub mod app;
pub use app::{Application, ApplicationExt};
pub use iced::Command;
pub mod command;
pub use cosmic_config;
pub use cosmic_theme;