mirror of
https://github.com/penpot/penpot.git
synced 2025-01-23 23:18:48 -05:00
Remove unused imports on selrect ns.
This commit is contained in:
parent
89ac323799
commit
8f3c049536
1 changed files with 1 additions and 7 deletions
|
@ -7,21 +7,15 @@
|
|||
|
||||
(ns uxbox.ui.workspace.selrect
|
||||
"Components for indicate the user selection and selected shapes group."
|
||||
(:require-macros [uxbox.util.syntax :refer [define-once]])
|
||||
(:require [sablono.core :as html :refer-macros [html]]
|
||||
[rum.core :as rum]
|
||||
[beicon.core :as rx]
|
||||
[lentes.core :as l]
|
||||
[uxbox.rstore :as rs]
|
||||
[uxbox.state :as st]
|
||||
[uxbox.shapes :as sh]
|
||||
[uxbox.data.workspace :as dw]
|
||||
[uxbox.ui.core :as uuc]
|
||||
[uxbox.ui.workspace.base :as wb]
|
||||
[uxbox.ui.mixins :as mx]
|
||||
[uxbox.util.geom.point :as gpt]
|
||||
[uxbox.util.geom.matrix :as gmx]
|
||||
[uxbox.util.dom :as dom]))
|
||||
[uxbox.ui.workspace.base :as wb]))
|
||||
|
||||
(defonce position (atom nil))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue