1 2 3 4 5 6 7 8 9 10
module LoggedIn.Stat.View ( view ) where import Html exposing (..) import LoggedData exposing (LoggedData) view : LoggedData -> Html view loggedData = text "Stats"