mirror of
https://github.com/penpot/penpot.git
synced 2025-01-24 07:29:08 -05:00
Setup builtin images and collections in the state.
This commit is contained in:
parent
15695c652d
commit
934fcba179
1 changed files with 3 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
|||
(ns uxbox.main.state
|
||||
(:require [beicon.core :as rx]
|
||||
[lentes.core :as l]
|
||||
[uxbox.main.library :as library]
|
||||
[uxbox.util.rstore :as rs]
|
||||
[uxbox.util.i18n :refer (tr)]
|
||||
[uxbox.util.storage :refer (storage)]))
|
||||
|
@ -33,6 +34,8 @@
|
|||
:undo {}
|
||||
:profile nil
|
||||
:workspace nil
|
||||
:images-by-id library/+images-by-id+
|
||||
:image-colls-by-id library/+image-collections-by-id+
|
||||
:shapes-by-id nil
|
||||
:elements-by-id nil
|
||||
:colors-by-id nil
|
||||
|
|
Loading…
Add table
Reference in a new issue