it compiled

This commit is contained in:
filipriec
2025-03-20 19:43:44 +01:00
parent 135b213f0d
commit 01ed33df0a
13 changed files with 213 additions and 148 deletions

View File

@@ -0,0 +1,5 @@
// src/components/mod.rs
pub mod models;
pub mod handlers;
pub use handlers::*;