summaryrefslogtreecommitdiffstats
path: root/examples/pure/tour/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/pure/tour/src/main.rs')
-rw-r--r--examples/pure/tour/src/main.rs5
1 files changed, 3 insertions, 2 deletions
diff --git a/examples/pure/tour/src/main.rs b/examples/pure/tour/src/main.rs
index 7a50bcdc..a44d99f3 100644
--- a/examples/pure/tour/src/main.rs
+++ b/examples/pure/tour/src/main.rs
@@ -1,9 +1,10 @@
use iced::alignment;
-use iced::pure::widget::{
+use iced::pure::widget::{Button, Column, Container, Slider};
+use iced::pure::{
checkbox, column, container, horizontal_space, image, radio, row,
scrollable, slider, text, text_input, toggler, vertical_space,
};
-use iced::pure::{Button, Column, Container, Element, Sandbox, Slider};
+use iced::pure::{Element, Sandbox};
use iced::{Color, Length, Settings};
pub fn main() -> iced::Result {