Add shapes vector to page.

This commit is contained in:
Andrey Antukh
2015-12-30 00:19:48 +02:00
parent 16eb27b342
commit cd8b53174b
+1
View File
@@ -62,6 +62,7 @@
(let [page {:id (random-uuid)
:project project
:created (time/now :unix)
:shapes []
:name name
:width width
:height height}]