add type annotation. Thanks, LSP!

main
Brian Hicks 2021-01-04 06:29:13 -06:00
parent 6d7490d536
commit edd7ff6825
1 changed files with 2 additions and 1 deletions

View File

@ -1,8 +1,9 @@
module Main exposing (main)
import Html
import Html exposing (Html)
import One
main : Html msg
main =
Html.text "Hello, World"