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:
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.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
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue