aboutsummaryrefslogtreecommitdiffstats
path: root/tests/elm.elm
blob: eab2c8d24c5705e78a44966b0b3afa05c2768a9e (plain)
1
2
3
4
5
6
7
8
9
module Main exposing (main)

{-| TODO add more dependencies
-}


main =
    -- TODO remove unnecessary content
    "Main page"