aboutsummaryrefslogtreecommitdiff
path: root/src/client/Model/Conf.elm
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/Model/Conf.elm')
-rw-r--r--src/client/Model/Conf.elm7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/client/Model/Conf.elm b/src/client/Model/Conf.elm
deleted file mode 100644
index 183fd68..0000000
--- a/src/client/Model/Conf.elm
+++ /dev/null
@@ -1,7 +0,0 @@
-module Model.Conf
- ( Conf
- ) where
-
-type alias Conf =
- { currency : String
- }