Add export default to *Db.js

This commit is contained in:
Tyler Long
2017-09-10 21:51:48 +08:00
parent a7d79baf00
commit 2a0bc3b2e8
8 changed files with 102 additions and 103 deletions

View File

@@ -348,3 +348,16 @@ var compileTasks = function () {
}
return allProcessed
}
export default {
clear,
setDateFormat,
getDateFormat,
setTitle,
getTitle,
addSection,
getTasks,
addTask,
findTaskById,
addTaskOrg
}