mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-12-25 04:43:03 +03:00
Delete commented code.
This commit is contained in:
parent
e5ca534fc0
commit
ef7bb724bf
10
src/Form.elm
10
src/Form.elm
@ -287,16 +287,6 @@ import PagesMsg exposing (PagesMsg)
|
||||
import Path exposing (Path)
|
||||
|
||||
|
||||
|
||||
--{-| -}
|
||||
--type
|
||||
-- ParseResult error decoded
|
||||
-- -- TODO parse into both errors AND a decoded value
|
||||
-- = Success decoded
|
||||
-- | DecodedWithErrors (Dict String (List error)) decoded
|
||||
-- | DecodeFailure (Dict String (List error))
|
||||
|
||||
|
||||
{-| -}
|
||||
initFormState : FormState
|
||||
initFormState =
|
||||
|
Loading…
Reference in New Issue
Block a user