aboutsummaryrefslogtreecommitdiff
path: root/src/client/elm/Msg.elm
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/elm/Msg.elm')
-rw-r--r--src/client/elm/Msg.elm5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/client/elm/Msg.elm b/src/client/elm/Msg.elm
index 6143a37..2ed15e4 100644
--- a/src/client/elm/Msg.elm
+++ b/src/client/elm/Msg.elm
@@ -8,6 +8,10 @@ import Page exposing (Page)
import Model.Init exposing (Init)
+import Dialog
+
+import Model.View exposing (View)
+
import SignIn.Msg as SignInMsg
import LoggedIn.Msg as LoggedInMsg
@@ -20,3 +24,4 @@ type Msg =
| UpdateLoggedIn LoggedInMsg.Msg
| GoSignInView
| SignOut
+ | Dialog (Dialog.Msg View Msg)