diff options
Diffstat (limited to 'src/Model/Round.elm')
-rw-r--r-- | src/Model/Round.elm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Model/Round.elm b/src/Model/Round.elm index 16e8f5e..4586ede 100644 --- a/src/Model/Round.elm +++ b/src/Model/Round.elm @@ -4,7 +4,7 @@ module Model.Round ) where import List -import Time (Time) +import Time exposing (Time) type alias Round = { duration : Time |