Address review errors.

This commit is contained in:
Dillon Kearns 2023-05-25 08:35:18 -07:00
parent efa0b8dbd7
commit 77cf1dc1b2
2 changed files with 3 additions and 1 deletions

View File

@ -27,6 +27,7 @@
"Server.Response",
"PagesMsg",
"Pages.Manifest",
"Pages.FormData",
"Pages.Manifest.Category",
"Pages.Flags",
"Pages.Fetcher",

View File

@ -9,7 +9,8 @@ module Pages.FormData exposing (FormData)
import Form
{-| -}
{-| The payload for form submissions.
-}
type alias FormData =
{ fields : List ( String, String )
, method : Form.Method