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/src/models/mod.rs | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 backend/src/models/mod.rs (limited to 'backend/src/models/mod.rs') 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; -- cgit v1.2.3