0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-09 00:10:11 -05:00

💚 🚧 Fix icons collections init

This commit is contained in:
mathieu.brunot 2019-02-19 23:42:00 +01:00
parent f42563f3dd
commit d16aab44f2
No known key found for this signature in database
GPG key ID: 81584BEAF692D7E0

View file

@ -23,7 +23,7 @@
[uxbox.library.icons.material.toggle :as md-toggle]
))
(def collections-list
(def collections
[{:name "Material design (actions)"
:id #uuid "00000000-0000-0000-0000-100000000001"
:created-at 1
@ -99,6 +99,3 @@
:created-at 15
:type :builtin
:icons md-toggle/+icons+}])
(def collections
(index-by collections-list :id))