mirror of
https://github.com/penpot/penpot.git
synced 2025-08-01 18:28:22 +02:00
♻️ Moved math and some geom namespaces to common
This commit is contained in:
parent
d21a3e7ca2
commit
7d464c14c0
60 changed files with 172 additions and 761 deletions
|
@ -9,8 +9,8 @@
|
|||
|
||||
(ns uxbox.util.geom.grid
|
||||
(:require
|
||||
[uxbox.util.math :as mth]
|
||||
[uxbox.util.geom.point :as gpt]))
|
||||
[uxbox.common.math :as mth]
|
||||
[uxbox.common.geom.point :as gpt]))
|
||||
|
||||
(def ^:private default-items 12)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue