summaryrefslogtreecommitdiffstats
path: root/examples/pure/pick_list
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2022-03-16 17:37:19 +0700
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2022-03-16 17:37:19 +0700
commitd7100fd2597da82d97eaf196d50573ea64f3f8ff (patch)
tree4a7fcc2e223ed207fd4cb2dd92a1de3393846d5f /examples/pure/pick_list
parentcdd906f563de21dd904bf5b78589d8a999b46931 (diff)
downloadiced-d7100fd2597da82d97eaf196d50573ea64f3f8ff.tar.gz
iced-d7100fd2597da82d97eaf196d50573ea64f3f8ff.tar.bz2
iced-d7100fd2597da82d97eaf196d50573ea64f3f8ff.zip
Export widget modules in `iced_pure`
... and fix collisions with the new `helpers`
Diffstat (limited to 'examples/pure/pick_list')
-rw-r--r--examples/pure/pick_list/src/main.rs4
1 files changed, 1 insertions, 3 deletions
diff --git a/examples/pure/pick_list/src/main.rs b/examples/pure/pick_list/src/main.rs
index f9d55dd0..b9947107 100644
--- a/examples/pure/pick_list/src/main.rs
+++ b/examples/pure/pick_list/src/main.rs
@@ -1,6 +1,4 @@
-use iced::pure::widget::{
- column, container, pick_list, scrollable, vertical_space,
-};
+use iced::pure::{column, container, pick_list, scrollable, vertical_space};
use iced::pure::{Element, Sandbox};
use iced::{Alignment, Length, Settings};