浏览代码

fix import error

pull/342/head
Guillaume Vincent 8 年前
父节点
当前提交
1adf7cb942
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      index.js

+ 1
- 1
index.js 查看文件

@@ -1,6 +1,6 @@
import crypto from 'crypto';

export default {
module.exports = {
encryptLogin: _encryptLogin,
renderPassword: _renderPassword,
_deriveEncryptedLogin,


正在加载...
取消
保存