mirror of
https://github.com/ryan-haskell/elm-spa.git
synced 2024-11-22 11:31:58 +03:00
commit
4f23cc588d
@ -243,10 +243,11 @@ Page.sandbox
|
|||||||
}
|
}
|
||||||
|
|
||||||
-- protected
|
-- protected
|
||||||
Page.protected.sandbox
|
Page.protected.sandbox :
|
||||||
{ init : User -> Model
|
User ->
|
||||||
, update : User -> Msg -> Model -> Model
|
{ init : Model
|
||||||
, view : User -> Model -> View Msg
|
, update : Msg -> Model -> Model
|
||||||
|
, view : Model -> View Msg
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user