aboutsummaryrefslogtreecommitdiff
path: root/src/client/elm/LoggedData.elm
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/elm/LoggedData.elm')
-rw-r--r--src/client/elm/LoggedData.elm6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/client/elm/LoggedData.elm b/src/client/elm/LoggedData.elm
index a3cbec6..d4c31f1 100644
--- a/src/client/elm/LoggedData.elm
+++ b/src/client/elm/LoggedData.elm
@@ -1,11 +1,11 @@
-module LoggedData
+module LoggedData exposing
( LoggedData
, build
- ) where
+ )
import Time exposing (Time)
-import Action exposing (Action)
+import Msg exposing (Msg)
import Model exposing (Model)
import Model.Translations exposing (..)