module About exposing (..) import Element exposing (..) import Model exposing (..) getPage : Model -> Element Msg getPage _ = text "About page."