diff options
Diffstat (limited to 'examples/tour.rs')
-rw-r--r-- | examples/tour.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/tour.rs b/examples/tour.rs index 2e60f090..3fd031b8 100644 --- a/examples/tour.rs +++ b/examples/tour.rs @@ -1,5 +1,5 @@ use iced::{ - button, scrollable, slider, text::HorizontalAlignment, text_input, Align, + button, scrollable, slider, text::HorizontalAlignment, text_input, Application, Background, Button, Checkbox, Color, Column, Container, Element, Image, Length, Radio, Row, Scrollable, Slider, Text, TextInput, }; |