Skip to content

Commit

Permalink
add type annotation. Thanks, LSP!
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed Jan 4, 2021
1 parent 6d7490d commit edd7ff6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sample-projects/elm/src/Main.elm
@@ -1,8 +1,9 @@
module Main exposing (main)

import Html
import Html exposing (Html)
import One


main : Html msg
main =
Html.text "Hello, World"

0 comments on commit edd7ff6

Please sign in to comment.