mirror of
https://github.com/penpot/penpot.git
synced 2025-05-17 06:36:10 +02:00
✨ Remove store dependency from geom ns.
This commit is contained in:
parent
4030e43ac1
commit
7f7f28f871
2 changed files with 1 additions and 4 deletions
|
@ -11,8 +11,7 @@
|
||||||
[uxbox.util.geom.matrix :as gmt]
|
[uxbox.util.geom.matrix :as gmt]
|
||||||
[uxbox.util.geom.point :as gpt]
|
[uxbox.util.geom.point :as gpt]
|
||||||
[uxbox.util.math :as mth]
|
[uxbox.util.math :as mth]
|
||||||
[uxbox.main.data.helpers :as helpers]
|
[uxbox.main.data.helpers :as helpers]))
|
||||||
[uxbox.main.store :as st]))
|
|
||||||
|
|
||||||
;; --- Relative Movement
|
;; --- Relative Movement
|
||||||
|
|
||||||
|
|
|
@ -12,8 +12,6 @@
|
||||||
[uxbox.common.uuid :as uuid]
|
[uxbox.common.uuid :as uuid]
|
||||||
[uxbox.util.storage :refer [storage]]))
|
[uxbox.util.storage :refer [storage]]))
|
||||||
|
|
||||||
;; TODO: move outside uxbox.main
|
|
||||||
|
|
||||||
(enable-console-print!)
|
(enable-console-print!)
|
||||||
|
|
||||||
(def ^:dynamic *on-error* identity)
|
(def ^:dynamic *on-error* identity)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue