aboutsummaryrefslogtreecommitdiff
path: root/src/frontend.rs
diff options
context:
space:
mode:
authorlukeflo2024-09-20 22:31:33 +0200
committerlukeflo2024-09-20 22:31:33 +0200
commitdc45b960a4eda299058e597f6867e4d4be109b1b (patch)
tree30501aa9f1f26413f959d751302fa189508eacc1 /src/frontend.rs
downloadbibiman-dc45b960a4eda299058e597f6867e4d4be109b1b.tar.gz
bibiman-dc45b960a4eda299058e597f6867e4d4be109b1b.zip
initial commit
Diffstat (limited to 'src/frontend.rs')
-rw-r--r--src/frontend.rs5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/frontend.rs b/src/frontend.rs
new file mode 100644
index 0000000..6ec15f2
--- /dev/null
+++ b/src/frontend.rs
@@ -0,0 +1,5 @@
+pub mod app;
+pub mod event;
+pub mod ui;
+pub mod tui;
+pub mod handler;