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:
parent
838fb73434
commit
5dae6f8fde
1 changed files with 0 additions and 13 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue