0
Fork 0
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:
Andrey Antukh 2016-04-06 22:04:08 +03:00
parent 89ac323799
commit 8f3c049536
No known key found for this signature in database
GPG key ID: 4DFEBCB8316A8B95

View file

@ -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))