0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-09 16:30:37 -05:00

Remove unused imports from movement ns.

This commit is contained in:
Andrey Antukh 2016-04-06 20:33:58 +03:00
parent a0726d3a36
commit 54b8db6cfb
No known key found for this signature in database
GPG key ID: 4DFEBCB8316A8B95

View file

@ -7,9 +7,7 @@
(ns uxbox.ui.workspace.movement
"Shape movement in workspace logic."
(:require-macros [uxbox.util.syntax :refer [define-once]])
(:require [beicon.core :as rx]
[lentes.core :as l]
[uxbox.rstore :as rs]
[uxbox.state :as st]
[uxbox.ui.core :as uuc]