mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-12-29 14:56:36 +03:00
Add some type annotations.
This commit is contained in:
parent
89d5ab85b0
commit
b31b9e9c2a
@ -106,6 +106,7 @@ data =
|
||||
DataSource.succeed ()
|
||||
|
||||
|
||||
landingView : Html Never
|
||||
landingView =
|
||||
div
|
||||
[ css
|
||||
@ -246,6 +247,7 @@ head static =
|
||||
]
|
||||
|
||||
|
||||
gradientFeatures : Html msg
|
||||
gradientFeatures =
|
||||
div
|
||||
[ css
|
||||
|
Loading…
Reference in New Issue
Block a user