mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-11-28 14:34:18 +03:00
Change generated code style.
This commit is contained in:
parent
0de8f269de
commit
1d936829d2
@ -1,4 +1,4 @@
|
||||
port module PagesNew exposing (application)
|
||||
port module PagesNew exposing (..)
|
||||
|
||||
import Dict exposing (Dict)
|
||||
import Head
|
||||
@ -28,7 +28,7 @@ application :
|
||||
}
|
||||
-> Pages.Program userModel userMsg metadata view
|
||||
application config =
|
||||
Pages.cliApplication
|
||||
Pages.application
|
||||
{ init = config.init
|
||||
, view = config.view
|
||||
, update = config.update
|
||||
|
@ -25,7 +25,7 @@ import Pages.Content as Content exposing (Content)
|
||||
import Pages.Manifest as Manifest
|
||||
import Pages.Manifest.Category
|
||||
import Pages.Parser exposing (Page)
|
||||
import PagesNewUi
|
||||
import PagesNew
|
||||
import RawContent
|
||||
import Url exposing (Url)
|
||||
|
||||
@ -55,7 +55,7 @@ type alias Flags =
|
||||
|
||||
main : Pages.Program Model Msg (Metadata Msg) (Element Msg)
|
||||
main =
|
||||
PagesNewUi.application
|
||||
PagesNew.application
|
||||
{ init = init
|
||||
, view = view
|
||||
, update = update
|
||||
|
Loading…
Reference in New Issue
Block a user