diff options
author | Joris | 2016-01-02 20:49:24 +0100 |
---|---|---|
committer | Joris | 2016-01-02 20:49:24 +0100 |
commit | 35493d8ec353f90a6ca67e2aedb702684e0abafa (patch) | |
tree | a1c6eba2cde84b89e7554618479d7eab0ef7c480 /src/client/elm/Main.elm | |
parent | 302a2e798f10e61c129753a2bd11634420c1f1a1 (diff) |
Moving initViewAction to serverCommunication module
Diffstat (limited to 'src/client/elm/Main.elm')
-rw-r--r-- | src/client/elm/Main.elm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/elm/Main.elm b/src/client/elm/Main.elm index 684cd1b..34afa92 100644 --- a/src/client/elm/Main.elm +++ b/src/client/elm/Main.elm @@ -20,7 +20,7 @@ import View exposing (view) import Persona as Persona exposing (operations) -import InitViewAction exposing (initViewAction) +import ServerCommunication exposing (initViewAction) main : Signal Html main = app.html |