summaryrefslogtreecommitdiff
path: root/client/db.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2017-06-21 12:36:12 +0200
committerJules Laplace <julescarbon@gmail.com>2017-06-21 12:36:12 +0200
commit8a6b1cc6a1d20a9d3a3170ba12b86adbb48cb2eb (patch)
treed3de48b3d616ec3bf277c5d6c6e75d9e5a803b19 /client/db.js
parentdfacdd470526b0245462b4dc9e1379674a40de6f (diff)
scrolling
Diffstat (limited to 'client/db.js')
-rw-r--r--client/db.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/db.js b/client/db.js
index 8c3a6b5..5d34e15 100644
--- a/client/db.js
+++ b/client/db.js
@@ -28,6 +28,7 @@ function parse(db) {
const backupDB = {
painting: [],
+ page: [{image:{uri:'about:blank'}}],
}
export default { fetch: fetchDB, backupDB }