Initial commit

This commit is contained in:
arrelin
2025-12-09 13:23:14 +03:00
commit 9f86d8eeec
26 changed files with 4787 additions and 0 deletions

3
src/routes/mod.rs Normal file
View File

@@ -0,0 +1,3 @@
pub mod family;
pub mod category;
pub mod expense;