1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-14 02:06:29 +00:00

Url share done

This commit is contained in:
Rokt33r
2015-12-13 14:22:45 +09:00
parent a4c72a9a86
commit 24e2544544
11 changed files with 291 additions and 295 deletions

View File

@@ -146,3 +146,23 @@ export function toggleTutorial () {
type: TOGGLE_TUTORIAL
}
}
export default {
updateUser,
clearNewArticle,
updateArticle,
destroyArticle,
createFolder,
updateFolder,
destroyFolder,
replaceFolder,
switchFolder,
switchMode,
switchArticle,
setSearchFilter,
setTagFilter,
clearSearch,
lockStatus,
unlockStatus,
toggleTutorial
}