splitting modes into functions and how it works vs logic to handle it all

This commit is contained in:
filipriec
2025-04-03 23:23:25 +02:00
parent 9f6268dbc9
commit 3dc5a89459
4 changed files with 442 additions and 420 deletions

View File

@@ -0,0 +1,4 @@
// src/functions/modes/edit.rs
pub mod form_e;
pub mod auth_e;