elm-twitch/src/Consts.elm

22 lines
224 B
Elm

module Consts exposing (homeFontSize, homePadding, name, url)
url : String
url =
"twitch.tforgione.fr"
name : String
name =
url
homeFontSize : Int
homeFontSize =
25
homePadding : Int
homePadding =
15