💚 🚧 Fix icons collections init

This commit is contained in:
mathieu.brunot
2019-02-19 23:42:00 +01:00
parent f42563f3dd
commit d16aab44f2

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