index
:
budget
main
Share payments with a group of people.
Joris
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
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
}