From 36a90770ebeb9bd99e136bfe035fdda5dfabc304 Mon Sep 17 00:00:00 2001 From: Joris Date: Sun, 19 Jun 2016 21:18:56 +0200 Subject: Add a dialog to confirm income deletion --- src/client/elm/Msg.elm | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/client/elm/Msg.elm') 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) -- cgit v1.2.3