summaryrefslogtreecommitdiff
path: root/src/widgets.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets.rs')
-rw-r--r--src/widgets.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/widgets.rs b/src/widgets.rs
new file mode 100644
index 0000000..d8c8e2e
--- /dev/null
+++ b/src/widgets.rs
@@ -0,0 +1,3 @@
+pub mod log;
+pub mod prompt;
+pub mod menu;