summaryrefslogtreecommitdiffstats
path: root/examples/pure/todos
diff options
context:
space:
mode:
Diffstat (limited to 'examples/pure/todos')
-rw-r--r--examples/pure/todos/src/main.rs5
1 files changed, 3 insertions, 2 deletions
diff --git a/examples/pure/todos/src/main.rs b/examples/pure/todos/src/main.rs
index e993c598..6a6c6300 100644
--- a/examples/pure/todos/src/main.rs
+++ b/examples/pure/todos/src/main.rs
@@ -1,8 +1,9 @@
use iced::alignment::{self, Alignment};
-use iced::pure::widget::{
+use iced::pure::widget::Text;
+use iced::pure::{
button, checkbox, column, container, row, scrollable, text, text_input,
+ Application, Element,
};
-use iced::pure::{Application, Element, Text};
use iced::window;
use iced::{Command, Font, Length, Settings};
use serde::{Deserialize, Serialize};