aboutsummaryrefslogtreecommitdiff
path: root/src/client
diff options
context:
space:
mode:
Diffstat (limited to 'src/client')
-rw-r--r--src/client/Main.elm4
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