aboutsummaryrefslogtreecommitdiff
path: root/src/client/elm/Model/Income.elm
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/elm/Model/Income.elm')
-rw-r--r--src/client/elm/Model/Income.elm4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/elm/Model/Income.elm b/src/client/elm/Model/Income.elm
index ea990e2..c0039e9 100644
--- a/src/client/elm/Model/Income.elm
+++ b/src/client/elm/Model/Income.elm
@@ -1,4 +1,4 @@
-module Model.Income
+module Model.Income exposing
( Incomes
, Income
, IncomeId
@@ -7,7 +7,7 @@ module Model.Income
, incomeDefinedForAll
, userCumulativeIncomeSince
, cumulativeIncomesSince
- ) where
+ )
import Json.Decode as Json exposing ((:=))
import Time exposing (Time, hour)