From 5af770bd99dbb57d78857236c054bc0a6dc4bdfd Mon Sep 17 00:00:00 2001 From: Joris Guyonvarch Date: Sun, 10 May 2015 16:59:08 +0200 Subject: Updating elm version to 0.15 --- src/View/Round.elm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/View/Round.elm') diff --git a/src/View/Round.elm b/src/View/Round.elm index 81f4f8c..2648aa8 100644 --- a/src/View/Round.elm +++ b/src/View/Round.elm @@ -2,9 +2,9 @@ module View.Round ( roundView ) where -import Model.Round (..) +import Model.Round exposing (..) -import View.Time (timeView) +import View.Time exposing (timeView) roundView : Round -> String roundView round = -- cgit v1.2.3