router implementation

This commit is contained in:
Priec
2025-08-22 22:19:59 +02:00
parent 6833ac5fad
commit 957f5bf9f0
9 changed files with 225 additions and 180 deletions

View File

@@ -12,6 +12,7 @@ pub mod buffer;
pub mod sidebar;
pub mod search;
pub mod bottom_panel;
pub mod pages;
pub use ui::run_ui;