new function dir for functions

This commit is contained in:
filipriec
2025-04-03 12:32:53 +02:00
parent 1a09624242
commit 6acf0d6378
12 changed files with 21 additions and 13 deletions

View File

@@ -5,6 +5,7 @@ pub mod config;
pub mod state;
pub mod components;
pub mod modes;
pub mod functions;
pub mod services;
pub use ui::run_ui;