From cd8b53174bd2fd5674b86616adfff76af7a6263c Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Mon, 28 Dec 2015 13:31:45 +0200 Subject: [PATCH] Add shapes vector to page. --- frontend/uxbox/data/projects.cljs | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/uxbox/data/projects.cljs b/frontend/uxbox/data/projects.cljs index eb69e349f..639afd795 100644 --- a/frontend/uxbox/data/projects.cljs +++ b/frontend/uxbox/data/projects.cljs @@ -62,6 +62,7 @@ (let [page {:id (random-uuid) :project project :created (time/now :unix) + :shapes [] :name name :width width :height height}]