summaryrefslogtreecommitdiff
path: root/backend/core/src/models/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'backend/core/src/models/mod.rs')
-rw-r--r--backend/core/src/models/mod.rs11
1 files changed, 0 insertions, 11 deletions
diff --git a/backend/core/src/models/mod.rs b/backend/core/src/models/mod.rs
deleted file mode 100644
index 2eb7ac2..0000000
--- a/backend/core/src/models/mod.rs
+++ /dev/null
@@ -1,11 +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_utc;
-pub mod datetime_utc;
-pub mod transaction;
-pub mod transaction_categorisation;