mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-12-26 05:13:24 +03:00
Force build.
This commit is contained in:
parent
830cc40bdd
commit
4aac1a64d1
@ -66,7 +66,9 @@ init :
|
||||
-> StaticPayload Data RouteParams
|
||||
-> ( Model, Effect Msg )
|
||||
init maybePageUrl sharedModel static =
|
||||
( { submitting = False }, Effect.none )
|
||||
( { submitting = False }
|
||||
, Effect.none
|
||||
)
|
||||
|
||||
|
||||
update :
|
||||
|
Loading…
Reference in New Issue
Block a user