aboutsummaryrefslogtreecommitdiff
path: root/src/Model/Id.elm
diff options
context:
space:
mode:
authorJoris Guyonvarch2015-03-16 00:15:05 +0100
committerJoris Guyonvarch2015-03-16 00:15:05 +0100
commitcd3b37adebca99138fad1acca37908183036ace9 (patch)
treed566ae0564d82ab94901e4deda98f36abd22ad2d /src/Model/Id.elm
Initial commit, can create and name 5 minute timers, can toggle running state
Diffstat (limited to 'src/Model/Id.elm')
-rw-r--r--src/Model/Id.elm5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Model/Id.elm b/src/Model/Id.elm
new file mode 100644
index 0000000..c416804
--- /dev/null
+++ b/src/Model/Id.elm
@@ -0,0 +1,5 @@
+module Model.Id
+ ( Id
+ ) where
+
+type alias Id = Int