mirror of
https://github.com/penpot/penpot.git
synced 2025-01-24 07:29:08 -05:00
Cosmetic changes on state init fn.
This commit is contained in:
parent
fc6d25767d
commit
7318205b88
1 changed files with 2 additions and 2 deletions
|
@ -17,8 +17,8 @@
|
|||
:projects-by-id {}
|
||||
:pages-by-id {}}))
|
||||
|
||||
|
||||
(defn init
|
||||
"Initialize the state materialization."
|
||||
[]
|
||||
(rx/to-atom stream state))
|
||||
(as-> stream $
|
||||
(rx/to-atom $ state)))
|
||||
|
|
Loading…
Add table
Reference in a new issue