diff options
Diffstat (limited to 'src/Model/Id.elm')
-rw-r--r-- | src/Model/Id.elm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Model/Id.elm b/src/Model/Id.elm index c416804..f71b71e 100644 --- a/src/Model/Id.elm +++ b/src/Model/Id.elm @@ -1,5 +1,5 @@ -module Model.Id +module Model.Id exposing ( Id - ) where + ) type alias Id = Int |