0
Fork 0
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:
Florian Schroedl 2024-05-10 08:36:40 +02:00
parent 76a38bcb0c
commit 0c856702c6

View file

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