Force build.

This commit is contained in:
Dillon Kearns 2021-12-29 21:47:40 -08:00
parent 701d949304
commit 5e10f199d2

View File

@ -126,7 +126,8 @@ view maybeUrl sharedModel static =
[ Html.h1 [] [ Html.text "You're not logged in" ] [ Html.h1 [] [ Html.text "You're not logged in" ]
, Route.link Route.Login , Route.link Route.Login
[] []
[ Html.text <| "Login" ] [ Html.text <| "Login"
]
] ]
] ]
} }