summaryrefslogtreecommitdiffstats
path: root/runtime/src/program.rs
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/src/program.rs')
-rw-r--r--runtime/src/program.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/src/program.rs b/runtime/src/program.rs
index 77acf497..964157db 100644
--- a/runtime/src/program.rs
+++ b/runtime/src/program.rs
@@ -1,8 +1,8 @@
//! Build interactive programs using The Elm Architecture.
use crate::Task;
-use iced_core::text;
use iced_core::Element;
+use iced_core::text;
mod state;