Model should be Msg

This commit is contained in:
Ryan Haskell-Glatz 2019-10-08 09:02:56 -05:00
parent bc25b91ce5
commit e5641f67dc

View File

@ -644,7 +644,7 @@ type Model
type Msg
= HomepageMsg Never
| SignInModel Pages.SignIn.Msg
| SignInMsg Pages.SignIn.Msg
| NotFoundMsg Never
init = -- TODO