summaryrefslogtreecommitdiff
path: root/backend/importers/actualbudget/src/models/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'backend/importers/actualbudget/src/models/mod.rs')
-rw-r--r--backend/importers/actualbudget/src/models/mod.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/backend/importers/actualbudget/src/models/mod.rs b/backend/importers/actualbudget/src/models/mod.rs
new file mode 100644
index 0000000..cf1b71a
--- /dev/null
+++ b/backend/importers/actualbudget/src/models/mod.rs
@@ -0,0 +1,2 @@
+pub mod actualbudget;
+pub mod budgeting_app;