mirror of
https://github.com/penpot/penpot.git
synced 2026-09-13 23:48:42 +00:00
Add shapes vector to page.
This commit is contained in:
parent
16eb27b342
commit
cd8b53174b
@ -62,6 +62,7 @@
|
|||||||
(let [page {:id (random-uuid)
|
(let [page {:id (random-uuid)
|
||||||
:project project
|
:project project
|
||||||
:created (time/now :unix)
|
:created (time/now :unix)
|
||||||
|
:shapes []
|
||||||
:name name
|
:name name
|
||||||
:width width
|
:width width
|
||||||
:height height}]
|
:height height}]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user