0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-21 06:02:32 -05:00

🔥 Remove unused refs

This commit is contained in:
Andrey Antukh 2024-12-10 14:57:03 +01:00
parent 838fb73434
commit 5dae6f8fde

View file

@ -254,22 +254,9 @@
(def workspace-file-typography
(l/derived :typographies workspace-data))
(def workspace-local-library
(l/derived (fn [state]
(select-keys (:workspace-data state)
[:id
:colors
:media
:typographies
:components]))
st/state =))
(def workspace-presence
(l/derived :workspace-presence st/state))
(def workspace-snap-data
(l/derived :workspace-snap-data st/state))
(def workspace-page
(l/derived (fn [state]
(let [page-id (:current-page-id state)