aboutsummaryrefslogtreecommitdiff
path: root/src/client/Model/Conf.elm
blob: 183fd68393f316588c9cfbeaa44dd802f9be7f76 (plain)
1
2
3
4
5
6
7
module Model.Conf
  ( Conf
  ) where

type alias Conf =
  { currency : String
  }