diff options
| author | Joe Carstairs <me@joeac.net> | 2024-08-31 22:43:00 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2024-08-31 22:43:00 +0100 |
| commit | 95d4db4da725b74999524a1307e5e17b434dbfeb (patch) | |
| tree | e083d4d12014e78c9e2ba4414ac3cea2fe2563ff /backend/src/models/mod.rs | |
Backend
Diffstat (limited to 'backend/src/models/mod.rs')
| -rw-r--r-- | backend/src/models/mod.rs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/backend/src/models/mod.rs b/backend/src/models/mod.rs new file mode 100644 index 0000000..f70212a --- /dev/null +++ b/backend/src/models/mod.rs @@ -0,0 +1,6 @@ +pub mod account; +pub mod budget_update; +pub mod category; +pub mod category_transaction; +pub mod category_transfer; +pub mod transaction; |
