mirror of
https://github.com/penpot/penpot.git
synced 2025-01-06 14:50:20 -05:00
Remove unneeded import
This commit is contained in:
parent
76a38bcb0c
commit
0c856702c6
1 changed files with 1 additions and 2 deletions
|
@ -13,8 +13,7 @@
|
|||
[app.main.data.workspace.shape-layout :as dwsl]
|
||||
[app.main.data.workspace.state-helpers :as wsh]
|
||||
[app.main.data.workspace.transforms :as dwt]
|
||||
[app.main.store :as st]
|
||||
[beicon.v2.core :as rx]))
|
||||
[app.main.store :as st]))
|
||||
|
||||
;; Helpers ---------------------------------------------------------------------
|
||||
|
||||
|
|
Loading…
Reference in a new issue