From b90e70277e328b11445298d579d3c65d078736ff Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Fri, 19 Aug 2016 22:31:02 +0300 Subject: [PATCH] Add missing require. --- src/uxbox/main/data/shapes.cljs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/uxbox/main/data/shapes.cljs b/src/uxbox/main/data/shapes.cljs index e990381ef..5de06eafc 100644 --- a/src/uxbox/main/data/shapes.cljs +++ b/src/uxbox/main/data/shapes.cljs @@ -19,6 +19,7 @@ [uxbox.main.state.shapes :as stsh] [uxbox.main.data.core :refer (worker)] [uxbox.main.data.pages :as udp] + [uxbox.util.geom.point :as gpt] [uxbox.util.data :refer (index-of)])) (defn add-shape