0
Fork 0
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:
Andrey Antukh 2016-10-05 22:47:13 +02:00
parent 15695c652d
commit 934fcba179
No known key found for this signature in database
GPG key ID: 4DFEBCB8316A8B95

View file

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