mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-11-25 09:21:57 +03:00
Remove unused.
This commit is contained in:
parent
eed1fb1115
commit
c653bad6a4
@ -8,13 +8,6 @@ import Pages.FormParser as FormParser exposing (field)
|
||||
import Test exposing (Test, describe, test)
|
||||
|
||||
|
||||
formDecoder : FormParser.Parser String ( String, String )
|
||||
formDecoder =
|
||||
FormParser.map2 Tuple.pair
|
||||
(FormParser.required "first" "First is required")
|
||||
(FormParser.required "last" "Last is required")
|
||||
|
||||
|
||||
type Uuid
|
||||
= Uuid String
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user