Move hint for part4
This commit is contained in:
@@ -26,6 +26,8 @@ type alias Msg =
|
|||||||
|
|
||||||
|
|
||||||
{-| TODO add a type annotation to this value
|
{-| TODO add a type annotation to this value
|
||||||
|
|
||||||
|
HINT: The type aliases above may come in handy for these exercises!
|
||||||
-}
|
-}
|
||||||
initialModel =
|
initialModel =
|
||||||
{ query = "tutorial"
|
{ query = "tutorial"
|
||||||
@@ -55,8 +57,6 @@ initialModel =
|
|||||||
|
|
||||||
|
|
||||||
{-| TODO add a type annotation to this value
|
{-| TODO add a type annotation to this value
|
||||||
|
|
||||||
HINT: The type aliases above may come in handy for these exercises!
|
|
||||||
-}
|
-}
|
||||||
elmHubHeader =
|
elmHubHeader =
|
||||||
header []
|
header []
|
||||||
|
|||||||
Reference in New Issue
Block a user