elm-twitch/src/Consts.elm

22 lines
224 B
Elm
Raw Normal View History

2020-10-04 13:15:57 +02:00
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