mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-12-25 21:02:33 +03:00
Fix imports in Scaffold helper.
This commit is contained in:
parent
0c7ba5f32e
commit
122f3d19af
@ -560,8 +560,8 @@ userFunction moduleName definitions =
|
||||
|> Elm.withType
|
||||
(Elm.Annotation.namedWith [ "View" ]
|
||||
"View"
|
||||
[ Elm.Annotation.namedWith [ "Pages", "Msg" ]
|
||||
"Msg"
|
||||
[ Elm.Annotation.namedWith [ "PagesMsg" ]
|
||||
"PagesMsg"
|
||||
[ localType "Msg"
|
||||
]
|
||||
]
|
||||
@ -1164,8 +1164,8 @@ buildWithLocalState_ buildWithLocalStateArg buildWithLocalStateArg0 =
|
||||
[ "View" ]
|
||||
"View"
|
||||
[ Elm.Annotation.namedWith
|
||||
[ "Pages", "Msg" ]
|
||||
"Msg"
|
||||
[ "PagesMsg" ]
|
||||
"PagesMsg"
|
||||
[ Elm.Annotation.var "msg" ]
|
||||
]
|
||||
)
|
||||
@ -1406,8 +1406,8 @@ buildNoState_ buildNoStateArg buildNoStateArg0 =
|
||||
[ "View" ]
|
||||
"View"
|
||||
[ Elm.Annotation.namedWith
|
||||
[ "Pages", "Msg" ]
|
||||
"Msg"
|
||||
[ "PagesMsg" ]
|
||||
"PagesMsg"
|
||||
[ Elm.Annotation.unit ]
|
||||
]
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user