From 7ab1474f4128b5b6d36d6fcdd0943098758aff8c Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Tue, 15 Mar 2016 20:56:51 +0200 Subject: [PATCH] Remove useless import and add missing one on dashboard events. --- src/uxbox/data/dashboard.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/uxbox/data/dashboard.cljs b/src/uxbox/data/dashboard.cljs index f5d597ce18..72acd89a5c 100644 --- a/src/uxbox/data/dashboard.cljs +++ b/src/uxbox/data/dashboard.cljs @@ -10,7 +10,7 @@ [uxbox.router :as r] [uxbox.state :as st] [uxbox.schema :as sc] - [uxbox.util.time :as time] + [uxbox.repo :as rp] [bouncer.validators :as v])) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;