diff --git a/part4/Main.elm b/part4/Main.elm index 1d20186..899ecdf 100644 --- a/part4/Main.elm +++ b/part4/Main.elm @@ -26,6 +26,8 @@ type alias Msg = {-| TODO add a type annotation to this value + +HINT: The type aliases above may come in handy for these exercises! -} initialModel = { query = "tutorial" @@ -55,8 +57,6 @@ initialModel = {-| TODO add a type annotation to this value - -HINT: The type aliases above may come in handy for these exercises! -} elmHubHeader = header []