mirror of
https://github.com/penpot/penpot.git
synced 2025-02-08 08:09:14 -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
|
(def workspace-file-typography
|
||||||
(l/derived :typographies workspace-data))
|
(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
|
(def workspace-presence
|
||||||
(l/derived :workspace-presence st/state))
|
(l/derived :workspace-presence st/state))
|
||||||
|
|
||||||
(def workspace-snap-data
|
|
||||||
(l/derived :workspace-snap-data st/state))
|
|
||||||
|
|
||||||
(def workspace-page
|
(def workspace-page
|
||||||
(l/derived (fn [state]
|
(l/derived (fn [state]
|
||||||
(let [page-id (:current-page-id state)
|
(let [page-id (:current-page-id state)
|
||||||
|
|
Loading…
Add table
Reference in a new issue