module LoggedIn.User.View ( view ) where import Html exposing (..) view : LoggedData -> Html view loggedData = div [] [ text "Hey" ]