mirror of https://github.com/waku-org/js-waku.git
Remove unnecessary declaration of Buffer
It's handled by the polyfill config in webpack.
This commit is contained in:
parent
fa4e94750f
commit
6276b1537f
|
@ -1,4 +1,3 @@
|
|||
import { Buffer } from 'buffer';
|
||||
import crypto from 'crypto';
|
||||
|
||||
import { keccak256 } from 'js-sha3';
|
||||
|
|
Loading…
Reference in New Issue