summaryrefslogtreecommitdiffstats
path: root/examples/pure/pane_grid/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/pure/pane_grid/src/main.rs')
-rw-r--r--examples/pure/pane_grid/src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/pure/pane_grid/src/main.rs b/examples/pure/pane_grid/src/main.rs
index 6a733023..65516956 100644
--- a/examples/pure/pane_grid/src/main.rs
+++ b/examples/pure/pane_grid/src/main.rs
@@ -1,7 +1,7 @@
use iced::alignment::{self, Alignment};
use iced::executor;
use iced::keyboard;
-use iced::pure::pane_grid::{self, PaneGrid};
+use iced::pure::widget::pane_grid::{self, PaneGrid};
use iced::pure::{button, column, container, row, scrollable, text};
use iced::pure::{Application, Element};
use iced::{Color, Command, Length, Settings, Size, Subscription};