added minimal comment in Native.elm

This commit is contained in:
hariroshan 2023-03-04 14:51:13 +05:30
parent 0e71a14d38
commit 4df24fae8b

View File

@ -33,7 +33,9 @@ module Native exposing
, timePicker
, webView
)
{-|
This library should be used with [elm-native](https://github.com/hariroshan/elm-native) JS library
-}
import Html exposing (Attribute, Html)
import Html.Attributes exposing (attribute)
import Json.Encode as E