diff --git a/examples/end-to-end/script/src/AddForm.elm b/examples/end-to-end/script/src/AddForm.elm index 2d9fc3c4..099e2b80 100644 --- a/examples/end-to-end/script/src/AddForm.elm +++ b/examples/end-to-end/script/src/AddForm.elm @@ -305,11 +305,10 @@ createFile moduleName fields = Elm.Annotation.float FieldTime -> - Elm.Annotation.named [ "Time" ] "Posix" + Elm.Annotation.named [ "Form", "Field" ] "TimeOfDay" FieldDate -> - -- TODO fix type for DateTime - Elm.Annotation.string + Elm.Annotation.named [ "Date" ] "Date" FieldBool -> Elm.Annotation.bool