fix: export module change

This commit is contained in:
alihamuh
2020-01-13 15:35:59 +05:00
parent 6a2ca7f90c
commit 58052d0c29

View File

@@ -54,7 +54,7 @@ function decrypt(password, data) {
});
}
module.exports = {
export default {
read,
write,
remove,