From 27b95c9186bd45edd4c982a7cc89cf69cf2c5d46 Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Wed, 16 Oct 2024 12:51:21 +0100 Subject: All backend stuff lives in backend folder --- backend/app/src/models/mod.rs | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 backend/app/src/models/mod.rs (limited to 'backend/app/src/models/mod.rs') diff --git a/backend/app/src/models/mod.rs b/backend/app/src/models/mod.rs new file mode 100644 index 0000000..b790fcb --- /dev/null +++ b/backend/app/src/models/mod.rs @@ -0,0 +1,10 @@ +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; -- cgit v1.2.3