mirror of
https://github.com/penpot/penpot.git
synced 2025-03-19 19:21:23 -05:00
Add shapes vector to page.
This commit is contained in:
parent
16eb27b342
commit
cd8b53174b
1 changed files with 1 additions and 0 deletions
|
@ -62,6 +62,7 @@
|
|||
(let [page {:id (random-uuid)
|
||||
:project project
|
||||
:created (time/now :unix)
|
||||
:shapes []
|
||||
:name name
|
||||
:width width
|
||||
:height height}]
|
||||
|
|
Loading…
Add table
Reference in a new issue