From cbbf22736a0cd855fa2c520a8f27f0b89bf64ac6 Mon Sep 17 00:00:00 2001 From: He4eT Date: Wed, 30 Apr 2025 23:21:06 +0200 Subject: [PATCH] funds: extract the numbers --- src/_data/funds/monthly.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/_data/funds/monthly.json diff --git a/src/_data/funds/monthly.json b/src/_data/funds/monthly.json new file mode 100644 index 0000000..e7e34fe --- /dev/null +++ b/src/_data/funds/monthly.json @@ -0,0 +1,5 @@ +{ + "currency": "RSD", + "rent": 65000, + "bils": 3000 +}