0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-26 08:45:34 -05:00

Remove store dependency from geom ns.

This commit is contained in:
Andrey Antukh 2020-04-17 15:06:30 +02:00 committed by Alonso Torres
parent 4030e43ac1
commit 7f7f28f871
2 changed files with 1 additions and 4 deletions

View file

@ -11,8 +11,7 @@
[uxbox.util.geom.matrix :as gmt]
[uxbox.util.geom.point :as gpt]
[uxbox.util.math :as mth]
[uxbox.main.data.helpers :as helpers]
[uxbox.main.store :as st]))
[uxbox.main.data.helpers :as helpers]))
;; --- Relative Movement

View file

@ -12,8 +12,6 @@
[uxbox.common.uuid :as uuid]
[uxbox.util.storage :refer [storage]]))
;; TODO: move outside uxbox.main
(enable-console-print!)
(def ^:dynamic *on-error* identity)