aboutsummaryrefslogtreecommitdiff
path: root/example/src
diff options
context:
space:
mode:
Diffstat (limited to 'example/src')
-rw-r--r--example/src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/src/main.rs b/example/src/main.rs
index 053a738..52903c8 100644
--- a/example/src/main.rs
+++ b/example/src/main.rs
@@ -1,5 +1,5 @@
use iced::{
- Element, Length, Task, color,
+ Element, Length, Task,
widget::{button, center, column, text},
};
use iced_dialog::dialog;