summaryrefslogtreecommitdiff
path: root/client/db.js
diff options
context:
space:
mode:
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 }