🚧 More work on dashboard base model refactor (frontend).

This commit is contained in:
Andrey Antukh 2019-12-10 21:50:07 +01:00
parent 932d5bb004
commit 9bb5be306f
16 changed files with 563 additions and 522 deletions

View file

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