summaryrefslogtreecommitdiff
path: root/backend/src/models/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'backend/src/models/mod.rs')
-rw-r--r--backend/src/models/mod.rs10
1 files changed, 0 insertions, 10 deletions
diff --git a/backend/src/models/mod.rs b/backend/src/models/mod.rs
deleted file mode 100644
index b790fcb..0000000
--- a/backend/src/models/mod.rs
+++ /dev/null
@@ -1,10 +0,0 @@
-pub mod account;
-pub mod budget;
-pub mod budget_update;
-pub mod category;
-pub mod category_balance;
-pub mod category_budget;
-pub mod category_transfer;
-pub mod date_time_utc;
-pub mod transaction;
-pub mod transaction_categorisation;