mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-12-24 12:22:27 +03:00
Fix example.
This commit is contained in:
parent
b87928cc64
commit
337354b21c
@ -60,10 +60,10 @@ type alias Data =
|
||||
|
||||
|
||||
view :
|
||||
Shared.Model
|
||||
-> App Data ActionData RouteParams
|
||||
App Data ActionData RouteParams
|
||||
-> Shared.Model
|
||||
-> View (PagesMsg Msg)
|
||||
view sharedModel app =
|
||||
view app sharedModel =
|
||||
{ title = "TODO title"
|
||||
, body = []
|
||||
}
|
||||
|
4
examples/routing/package-lock.json
generated
4
examples/routing/package-lock.json
generated
@ -18,7 +18,7 @@
|
||||
},
|
||||
"../..": {
|
||||
"name": "elm-pages",
|
||||
"version": "3.0.0-beta.26",
|
||||
"version": "3.0.0-beta.28",
|
||||
"dev": true,
|
||||
"license": "BSD-3-Clause",
|
||||
"dependencies": {
|
||||
@ -56,7 +56,7 @@
|
||||
"@types/node": "^18.11.9",
|
||||
"@types/serve-static": "^1.15.0",
|
||||
"cypress": "^12.5.1",
|
||||
"elm-codegen": "^0.2.0",
|
||||
"elm-codegen": "^0.3.0",
|
||||
"elm-optimize-level-2": "^0.3.5",
|
||||
"elm-review": "^2.8.2",
|
||||
"elm-test": "^0.19.1-revision11",
|
||||
|
Loading…
Reference in New Issue
Block a user