mirror of
https://github.com/penpot/penpot.git
synced 2025-08-06 11:18:33 +02:00
🚧 More work on dashboard base model refactor (frontend).
This commit is contained in:
parent
932d5bb004
commit
9bb5be306f
16 changed files with 563 additions and 522 deletions
|
@ -27,6 +27,10 @@
|
|||
(-> (l/key :workspace-page)
|
||||
(l/derive st/state)))
|
||||
|
||||
(def workspace-file
|
||||
(-> (l/key :workspace-file)
|
||||
(l/derive st/state)))
|
||||
|
||||
(def workspace-data
|
||||
(-> (l/key :workspace-data)
|
||||
(l/derive st/state)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue