mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-13 04:28:41 -09:00
removing unnecesary line of code (#437)
This commit is contained in:
parent
9c50fd5148
commit
24597f5e8e
1 changed files with 1 additions and 2 deletions
|
|
@ -1,3 +1,2 @@
|
|||
import RPC from './utils/rpc';
|
||||
const rpc = new RPC();
|
||||
export default rpc;
|
||||
export default new RPC();
|
||||
|
|
|
|||
Loading…
Reference in a new issue