From 166cd04e4b28770ede854dafc9ae30eae64102fe Mon Sep 17 00:00:00 2001 From: Joris Date: Mon, 28 Mar 2016 17:51:14 +0200 Subject: Create an empty but reachable user page --- src/client/elm/Action.elm | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/client/elm/Action.elm') diff --git a/src/client/elm/Action.elm b/src/client/elm/Action.elm index 33954dc..38c0def 100644 --- a/src/client/elm/Action.elm +++ b/src/client/elm/Action.elm @@ -5,6 +5,10 @@ module Action import Time exposing (Time) import Signal exposing (Address) +import TransitRouter + +import Route exposing (Route) + import Model.Init exposing (Init) import SignIn.Action as SignInAction @@ -18,4 +22,5 @@ type Action = | UpdateSignIn SignInAction.Action | UpdateLoggedIn LoggedInAction.Action | GoSignInView + | RouterAction (TransitRouter.Action Route) | SignOut -- cgit v1.2.3