forms page moved more2

This commit is contained in:
Priec
2025-08-23 00:16:07 +02:00
parent b5a31ee81c
commit 41a0b85376
9 changed files with 50 additions and 61 deletions

View File

@@ -2,6 +2,8 @@
pub mod ui;
pub mod state;
pub mod logic;
pub use ui::*;
pub use state::*;
pub use logic::*;