mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-12-25 04:43:03 +03:00
Formatting.
This commit is contained in:
parent
26bf9e3171
commit
51bc07f2c5
@ -36,6 +36,12 @@ page =
|
||||
|> Page.buildNoState { view = view }
|
||||
|
||||
|
||||
type alias Data =
|
||||
{ pokemon : List String
|
||||
, envValue : Maybe String
|
||||
}
|
||||
|
||||
|
||||
data : DataSource Data
|
||||
data =
|
||||
DataSource.map2 Data
|
||||
@ -81,12 +87,6 @@ head static =
|
||||
|> Seo.website
|
||||
|
||||
|
||||
type alias Data =
|
||||
{ pokemon : List String
|
||||
, envValue : Maybe String
|
||||
}
|
||||
|
||||
|
||||
view :
|
||||
Maybe PageUrl
|
||||
-> Shared.Model
|
||||
|
Loading…
Reference in New Issue
Block a user