aboutsummaryrefslogtreecommitdiff
path: root/src/client/elm/Utils/Date.elm
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/elm/Utils/Date.elm')
-rw-r--r--src/client/elm/Utils/Date.elm4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/elm/Utils/Date.elm b/src/client/elm/Utils/Date.elm
index 7a245bc..352e4ce 100644
--- a/src/client/elm/Utils/Date.elm
+++ b/src/client/elm/Utils/Date.elm
@@ -1,7 +1,7 @@
-module Utils.Date
+module Utils.Date exposing
( monthToNum
, numToMonth
- ) where
+ )
import Date exposing (..)