0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-10 09:08:31 -05:00

Add missing require.

This commit is contained in:
Andrey Antukh 2016-08-19 22:31:02 +03:00
parent cd365b77d3
commit b90e70277e
No known key found for this signature in database
GPG key ID: 4DFEBCB8316A8B95

View file

@ -19,6 +19,7 @@
[uxbox.main.state.shapes :as stsh] [uxbox.main.state.shapes :as stsh]
[uxbox.main.data.core :refer (worker)] [uxbox.main.data.core :refer (worker)]
[uxbox.main.data.pages :as udp] [uxbox.main.data.pages :as udp]
[uxbox.util.geom.point :as gpt]
[uxbox.util.data :refer (index-of)])) [uxbox.util.data :refer (index-of)]))
(defn add-shape (defn add-shape