Browse Source

Remove unused imports

painor 5 years ago
parent
commit
784958125d
1 changed files with 0 additions and 2 deletions
  1. 0 2
      crypto/AES.js

+ 0 - 2
crypto/AES.js

@@ -1,5 +1,3 @@
-const TextEncoder = require("util").TextEncoder;
-const TextDecoder = require("util").TextDecoder;
 const aesjs = require('aes-js');