mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-11-28 23:12:22 +03:00
Add type alias.
This commit is contained in:
parent
0952b45592
commit
1ded1ccab4
@ -19,7 +19,11 @@ type alias Msg =
|
||||
Never
|
||||
|
||||
|
||||
template : Template {} ()
|
||||
type alias Route =
|
||||
{}
|
||||
|
||||
|
||||
template : Template Route StaticData
|
||||
template =
|
||||
Template.noStaticData { head = head }
|
||||
|> Template.buildNoState { view = view }
|
||||
|
Loading…
Reference in New Issue
Block a user