github.com/pf-qiu/concourse/v6@v6.7.3-0.20201207032516-1f455d73275f/web/elm/src/NotFound/Model.elm (about) 1 module NotFound.Model exposing (Model) 2 3 import Login.Login as Login 4 import Routes 5 6 7 type alias Model = 8 Login.Model 9 { route : Routes.Route 10 , notFoundImgSrc : String 11 }