From e26de8ce3b5035f39bd5d58de72fc96f568f2f13 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Sun, 28 Feb 2016 11:13:19 +0200 Subject: [PATCH] Move time ns to utils.time. --- src/uxbox/{ => util}/time.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename src/uxbox/{ => util}/time.cljs (96%) diff --git a/src/uxbox/time.cljs b/src/uxbox/util/time.cljs similarity index 96% rename from src/uxbox/time.cljs rename to src/uxbox/util/time.cljs index 1b48c5d9b..774d8c1f6 100644 --- a/src/uxbox/time.cljs +++ b/src/uxbox/util/time.cljs @@ -1,4 +1,4 @@ -(ns uxbox.time +(ns uxbox.util.time (:require [cljsjs.moment])) (defn parse