diff options
Diffstat (limited to 'examples/scroll.rs')
-rw-r--r-- | examples/scroll.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/scroll.rs b/examples/scroll.rs index 98206268..50701879 100644 --- a/examples/scroll.rs +++ b/examples/scroll.rs @@ -1,6 +1,6 @@ use iced::{ - button, scrollable, Align, Application, Button, Column, Container, Element, - Image, Length, Scrollable, Text, + button, scrollable, Align, Application, Button, Container, Element, Image, + Length, Scrollable, Text, }; pub fn main() { |