aboutsummaryrefslogtreecommitdiff
path: root/src/frontend.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/frontend.rs')
-rw-r--r--src/frontend.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/frontend.rs b/src/frontend.rs
index a03c096..dc16cb5 100644
--- a/src/frontend.rs
+++ b/src/frontend.rs
@@ -16,6 +16,8 @@
/////
pub mod app;
+pub mod entries;
pub mod handler;
+pub mod keywords;
pub mod tui;
pub mod ui;