diff options
Diffstat (limited to 'examples/tour.rs')
-rw-r--r-- | examples/tour.rs | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/examples/tour.rs b/examples/tour.rs index 6d7a080f..8a805088 100644 --- a/examples/tour.rs +++ b/examples/tour.rs @@ -1,8 +1,7 @@ use iced::{ - button, scrollable, slider, text::HorizontalAlignment, text_input, - Application, Background, Button, Checkbox, Color, Column, Command, - Container, Element, Image, Length, Radio, Row, Scrollable, Slider, Text, - TextInput, + button, scrollable, slider, text_input, Application, Background, Button, + Checkbox, Color, Column, Command, Container, Element, HorizontalAlignment, + Image, Length, Radio, Row, Scrollable, Slider, Text, TextInput, }; pub fn main() { |