loco straucture

This commit is contained in:
Priec
2026-06-16 23:40:53 +02:00
parent 9ce07e8c23
commit b88c990873
43 changed files with 378 additions and 102 deletions

5
src/views/mod.rs Normal file
View File

@@ -0,0 +1,5 @@
//! JSON view-shaping structs for API responses and templates.
pub mod auth;
pub mod checkout;
pub mod shop;