diff options
author | guyonvarch | 2015-08-20 11:39:18 +0200 |
---|---|---|
committer | guyonvarch | 2015-08-20 11:39:18 +0200 |
commit | a4c90e0f66f0db16a0c50c55a4b5cd93d4e8a7fe (patch) | |
tree | 8c42889894310ada24a3c81f4fe8a10f94cec393 /src/client | |
parent | 965c0f57875e27fd09df2fc72487f4651addb79b (diff) |
Removing exposed modules so that we do not need a documentation for main
Diffstat (limited to 'src/client')
-rw-r--r-- | src/client/Main.elm | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/client/Main.elm b/src/client/Main.elm index 226ae13..badb450 100644 --- a/src/client/Main.elm +++ b/src/client/Main.elm @@ -2,8 +2,6 @@ module Main ( main ) where -{-| @docs main -} - import Graphics.Element exposing (..) import Html exposing (Html) @@ -25,8 +23,6 @@ import View.Page exposing (renderPage) import ServerCommunication exposing (serverCommunications, sendRequest) -{-| main -} - main : Signal Html main = Signal.map renderPage model |