summaryrefslogtreecommitdiff
path: root/iced_builder/src/panes.rs
diff options
context:
space:
mode:
Diffstat (limited to 'iced_builder/src/panes.rs')
-rw-r--r--iced_builder/src/panes.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/iced_builder/src/panes.rs b/iced_builder/src/panes.rs
new file mode 100644
index 0000000..387662a
--- /dev/null
+++ b/iced_builder/src/panes.rs
@@ -0,0 +1,4 @@
+pub mod code_view;
+pub mod designer_view;
+pub mod element_list;
+mod style;