mirror of
https://github.com/typeable/elm-ui.git
synced 2024-11-27 14:35:05 +03:00
11 lines
99 B
Elm
11 lines
99 B
Elm
module Main exposing (..)
|
|
|
|
{-| -}
|
|
|
|
import Html
|
|
import MaskedInput
|
|
|
|
|
|
main =
|
|
Html.text "Testing"
|